
Paramétrage d'un VPS Cloud chez Gandi
Quelques infos pour faire fonctionner OpenStack sur Gandi VPS Cloud.
Cette page sera à enrichir ...
OpenStasck en ligne de commande
https://docs.gandi.net/fr/vps/vps_api/index.html
Interface Graphique Web Horizon
Doc
Conf pour VPS Gandi
-
Fichier
/etc/openstack-dashboard/local_settings.py
:
ALLOWED_HOSTS = '*'
OPENSTACK_HOST = "controller"
OPENSTACK_KEYSTONE_URL = "https://keystone.sd6.api.gandi.net:5000/v3"
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
-
Fichier
/etc/hosts
:
Ajouter:127.0.0.1 controller
-
Recharger conf apache:
systemctl reload apache2.service