Hi, I'm not familiar with kolla-ansible but in order to view the domains tab you not only require the change in horizon: OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True (and optional: OPENSTACK_KEYSTONE_DOMAIN_DROPDOWN = True) but also a new role: root@control01:~# openstack role add --domain Default --user admin admin So my admin user gets the admin role for the "Default" domain. After that I can see the domains tab in the dashboard. Hope this helps! Eugen Zitat von James Leong <jamesleong123098@gmail.com>:
Hi all,
I am playing around with the domain. I have used kolla-ansible as a deployment tool for deploying the yoga version of OpenStack. However, after deploying a fresh OpenStack, I was not able to view the domain tab on my dashboard. Every time when I want to create a new domain, I have to go to my terminal and create it manually without any GUI. Is there any other configuration I have to enable in the globals.yml file other than setting "horizon_keystone_multidomain: "True"?
Thanks for your help James