Hi Derek, 

I think that you need to give admin privilege to view the domain tab. 

# see domain tab in admin user
openstack user list | grep admin
openstack role add --domain default --user [ID from previous command] admin

So in my case I have previously used: 
openstack user list | grep admin
openstack role add --domain default --user beae2211cad94afc83173d730cce0c85 admin

kind regards,


On Fri, 11 Jun 2021 at 16:59, Derek O keeffe <derekokeeffe85@yahoo.ie> wrote:
Hi all,

I have two domains in my setup (default & ldap)

If I log in as default admin I cannot see a domain tab in the identity dropdown (all cli works fine). I'm sure I had it there before and think it could be a setting in /etc/opoenstack-dashboard/local_settings.py

Any pointers as to what I might be missing? Thanks in advance.

Regards,
Derek