Hi,
I did the following steps on the default install and the domains menu appeared
Step 1:. admin-openrc
Step 2: openstack role add --domain default --user admin admin
(During the initial keystone config, I had only done this openstack role add --project admin --user admin admin , so the above step is additional ..assigning admin role to admin user on default domain)
I think there is a new keystone v3 policy.json file for liberty as well ! i got to know abt this while facing this issue
https://bugs.launchpad.net/horizon/+b...
and hence used this file
https://github.com/openstack/keystone...
I tried to create a new domain from the dashboard, the message was new domain was created.
But the listing of domains in horizon showed up only the default domain and not the newly created domain.
I also tried matching the policy.json(above file) with keystone_policy.json of horizon.
Can any one help further?
root@civcez347:~# openstack domain list
+----------------------------------+---------+---------+----------------+
| ID | Name | Enabled | Description |
+----------------------------------+---------+---------+----------------+
| ff7b6cffdac74819af4f927c1f0f59a3 | default | True | Default Domain |
| 5567b66ff4a454af4f92eaqs0f59a3 | dom1 | True | dom1 |
Thanks
Shiva