Re: [openstack-dev] [keystone] keystoneclient.client.v3.Client: extract identity endpoint

2016-10-14 Thread Johannes Grassler
Hello, On 10/14/2016 02:27 AM, Jamie Lennox wrote: On 13 October 2016 at 23:19, Johannes Grassler wrote: [Is there a canonical way to extract the identity URL being used by python-keystoneclient?] [...] keystone_service=client.services.list(type='identity')[0]

Re: [openstack-dev] [keystone] keystoneclient.client.v3.Client: extract identity endpoint

2016-10-13 Thread Jamie Lennox
On 13 October 2016 at 23:19, Johannes Grassler wrote: > Hello, > > I've got an existing keystoneclient.client.v3.Client object with an > authenticated session. Now I'd like to get the identity URL this > object uses for requesting things from Keystone. I want to use that > URL

[openstack-dev] [keystone] keystoneclient.client.v3.Client: extract identity endpoint

2016-10-13 Thread Johannes Grassler
Hello, I've got an existing keystoneclient.client.v3.Client object with an authenticated session. Now I'd like to get the identity URL this object uses for requesting things from Keystone. I want to use that URL in a trust's endpoint list in order to allow the user the client is authenticated as