yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #82671
[Bug 1877851] Re: Add missing service name filter to service list api-ref
Reviewed: https://review.opendev.org/726580
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e74a61f0912c9f653ffcdd4826d0e63e37a436d4
Submitter: Zuul
Branch: master
commit e74a61f0912c9f653ffcdd4826d0e63e37a436d4
Author: Victor Coutellier <victor.coutellier@xxxxxxxxx>
Date: Sun May 10 12:07:28 2020 +0000
Add service name filter to service list api-ref
Filter services by name is possible[1] but not documented in the
Keystone api-ref[2]. This commit add the filter in the doc.
[1] https://github.com/openstack/keystone/blob/master/keystone/api/services.py#L37
[2] https://docs.openstack.org/api-ref/identity/v3/?expanded=list-services-detail#list-services
Change-Id: I91dea69a4c30fe37a23f3697cb8511fed0bfcec7
Closes-Bug: #1877851
** Changed in: keystone
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1877851
Title:
Add missing service name filter to service list api-ref
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
In https://docs.openstack.org/api-ref/identity/v3/?expanded=list-services-detail#list-services
,`List Services` request parameters section does not mention the `name` parameter, as it is allowed in Keystone code : https://github.com/openstack/keystone/blob/master/keystone/api/services.py#L37.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1877851/+subscriptions
References