Role based access control in havana using domains and groups
Hi all,
I am trying to enable role based access control in havanna. Based on my research, I understand that it is implemented to an extend using the concept of domain and groups using Identity V3. I used the following document to implement the same in my Havanna installation
https://www.mirantis.com/blog/manage-openstack-projects-using-domains-havana/ (https://www.mirantis.com/blog/manage-...)
I can see the groups option in my Horizon UI, but the Domains option is not available in Horizon UI. I used the following post to switch from Keystone v2 to V3
http://www.symantec.com/connect/blogs/how-switch-keystone-v20-v3 (http://www.symantec.com/connect/blogs...)
when I check the logs it seems like it is still using Identity V2 . Is there anything else that needs to be done? Have anyone successfully implemented domains and groups options in Havanna?