yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #62067
[Bug 1670380] Re: GET /v3/auth/catalog/ docs are out of sync
Reviewed: https://review.openstack.org/442034
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=d83b502620f87a493cc25ab75352e7fa38b118a4
Submitter: Jenkins
Branch: master
commit d83b502620f87a493cc25ab75352e7fa38b118a4
Author: Anthony Washington <anthony.washington@xxxxxxxxx>
Date: Mon Mar 6 15:36:35 2017 +0000
API-ref return code fix
Currently the api ref states the return code for
GET /v3/auth/catalog returns 204 no content. However
after testing the return code is 200 ok. This commit
updates api-ref to correct return code.
Change-Id: I5f1049b565b1e11fb6e748b43ae9dfe1e16250a6
Closes-Bug: 1670380
** 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/1670380
Title:
GET /v3/auth/catalog/ docs are out of sync
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
The api-ref for GET /v3/auth/catalog/ says that a successful call
returns a `204 No Content` [0]. Testing with the latest master we
return `200 OK`. We should update the documentation to say we return
`200 OK` instead of `204 No Content`.
I think this was a bad copy/paste from when we migrated the api-ref
into keystone.
[0] https://github.com/openstack/keystone/blob/b43337413022583ca2e1c509c4fd23b384da0b2c/api-ref/source/v3/authenticate-v3.inc#L484-L501
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1670380/+subscriptions
References