Re: [openstack-dev] [keystone] keystone client service_catalog is None

2017-12-11 Thread Eric K
Thank you Boris for the pointers! On 12/9/17, 7:07 AM, "Boris Bobrov" wrote: >Hi, > >Have a look at how openstackclient does this. Read this code: >https://github.com/openstack/python-openstackclient/blob/master/openstackc >lient/identity/v3/catalog.py#L43 >and then this

Re: [openstack-dev] [keystone] keystone client service_catalog is None

2017-12-09 Thread Boris Bobrov
Hi, Have a look at how openstackclient does this. Read this code: https://github.com/openstack/python-openstackclient/blob/master/openstackclient/identity/v3/catalog.py#L43 and then this code: https://github.com/openstack/osc-lib/blob/master/osc_lib/clientmanager.py#L239 On 09.12.2017 04:15,

[openstack-dev] [keystone] keystone client service_catalog is None

2017-12-08 Thread Eric K
Hi all, I'm working on some code [1] that attempts to retrieve a endpoint from the service_catalog, but the service_catalog comes up None. Any suggestions on what I need to do differently to get a working service_catalog? Thanks very much! Python 2.7.12 (default, Nov 20 2017, 18:23:56) [GCC