Re: [Openstack] Problem in Nova trying to take data from keystone using v3

2014-02-07 Thread Vinod Kumar Boppanna
uary 2014 04:41 To: Vinod Kumar Boppanna Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Problem in Nova trying to take data from keystone using v3 Keystoneclient isn't doing very well regarding version negotiation. So my guess on the problem you met is that there're multiple

Re: [Openstack] Problem in Nova trying to take data from keystone using v3

2014-02-06 Thread Qiu Yu
Keystoneclient isn't doing very well regarding version negotiation. So my guess on the problem you met is that there're multiple identity service defined in your deployment, and keystoneclient falls back to use default v2.0 for management url. To fix it, configure only one identity service for v3.

[Openstack] Problem in Nova trying to take data from keystone using v3

2014-02-06 Thread Vinod Kumar Boppanna
Dear All, I was trying to get the list of project for a domain in nova by connecting to the keystone using V3 auth tokens, but i am facing problem. project_list = [] auth_url = "http://:35357/v3/" keystone = client.Client(token=context.auth_token, auth_url=auth_u