yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10000
[Bug 1281888] Re: endpoint-list should be filtered by region
The v3 keystoneclient lib already supports this with something like:
c.endpoints.list(region='north')
Will emit a request like:
GET /v3/endpoints?region=north
And the service should return a filtered collection accordingly.
The CLI command "keystone endpoint-list" only uses v2, though. Instead,
this v3 feature is exposed by "openstack --os-identity-api-version=3
endpoint-list" (in python-openstackclient), which doesn't appear to
support a --region parameter.
** Project changed: keystone => python-openstackclient
** Changed in: python-openstackclient
Status: Incomplete => Confirmed
** Summary changed:
- endpoint-list should be filtered by region
+ endpoint list should be filtered by region
** Summary changed:
- endpoint list should be filtered by region
+ endpoint list should support filtering by region
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1281888
Title:
endpoint list should support filtering by region
Status in OpenStack Command Line Client:
Confirmed
Bug description:
keystone endpoint-list is filtered by interface and service_id at v3 API.
http://api.openstack.org/api-ref-identity.html
Endpoint also has a region information, so it should be filtered by
region as same as interface and service_id.
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-openstackclient/+bug/1281888/+subscriptions
References