Comment 1 for bug 1480270

Revision history for this message
Lin Hua Cheng (lin-hua-cheng) wrote : Re: Can't get endpoints with v2 in command line

I can reproduce the bug, tried debugging in OSC and see keystone is returning an empty list on:

https://github.com/openstack/python-openstackclient/blob/master/openstackclient/identity/v2_0/endpoint.py#L126

data = identity_client.endpoints.list()

steve: is that expected?