[Openstack] User groups, roles, domains disappear from Horizon after Havana 2013.2.2-1 upgrade

MICHON Anthony anthony.michon at eurogiciel.fr
Mon Mar 17 15:50:44 UTC 2014


Hi, your updated horizon is using Keystone V3, you have to modify your horizon local_setttings to deal with keystone V2 :

You have to comment the following section 

#OPENSTACK_API_VERSIONS = {
#“identity”: 3
#}

 

And the endpoint url :

 

OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True

OPENSTACK_KEYSTONE_URL = “http://%s:5000/v2.0″ % OPENSTACK_HOST
#OPENSTACK_KEYSTONE_URL = “http://%s:5000/v3″ % OPENSTACK_HOST

 

 

CLI does not handle keystone V3 for your version.. 

 

 

 

De : Mike Smith [mailto:mismith at overstock.com] 
Envoyé : samedi 15 mars 2014 00:07
À : openstack at lists.openstack.org
Objet : [Openstack] User groups, roles, domains disappear from Horizon after Havana 2013.2.2-1 upgrade

 

I recently upgraded my Havana cluster to version 2013.2.2-1.  After the upgrade, I notice that the "Identity Panel" section of the admin dashboard no longer shows items for "Domains", "Groups", or "Roles".  Has anyone else experienced this?  Do I have to configure something differently now to show them? 

 

Additionally, I haven't been able to find the command to administer user groups from the CLI.  I assume this would be something in keystone, but I don't see anything group-related in the keystone options list.

 

Can someone lend a hand?

 

Thanks,

Mike

 

 

 

 

________________________________


CONFIDENTIALITY NOTICE: This message is intended only for the use and review of the individual or entity to which it is addressed and may contain information that is privileged and confidential. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message solely to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify sender immediately by telephone or return email. Thank you.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140317/b302f838/attachment.html>


More information about the Openstack mailing list