Outils pour utilisateurs

Outils du site


tech:openstack_multidomain

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
tech:openstack_multidomain [2025/11/11 16:56] Jean-Baptistetech:openstack_multidomain [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon}}
 +
 +# OpenStack multidomain
 +
 +Voir : 
 +* https://richmegginson.livejournal.com/25846.html
 +
 +~~~bash
 +openstack domain create --description "Test Domain" xxdom
 +openstack user create --domain xxdom xxadmin --password-prompt
 +openstack role create admin --domain  xxdom
 +openstack project create --description "Projet xx 1" xx_prj1 --domain xxdom
 +openstack role add --project xx_prj1 --user xxadmin admin
 +~~~
 +
 +Activation du réseau
 +~~~bash
 +openstack network set --share public
 +~~~
 +
 +~~~bash
 +cp -p /opt/stack/horizon/openstack_dashboard/local/local_settings.py{,.orig}
 +~~~
 +
 +`/opt/stack/horizon/openstack_dashboard/local/local_settings.py`
 +~~~python
 +OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
 +OPENSTACK_KEYSTONE_DEFAULT_DOMAIN = 'default'
 +~~~
 +Voir https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example
 +
 +~~~bash
 +systemctl restart apache2
 +~~~
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki