yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #65387
[Bug 1696574] Re: support HEAD requests for all GET /v3/* actions
Reviewed: https://review.openstack.org/478284
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=eb274afdb411e3de74ca36b5aad0b41a79089e77
Submitter: Jenkins
Branch: master
commit eb274afdb411e3de74ca36b5aad0b41a79089e77
Author: Lance Bragstad <lbragstad@xxxxxxxxx>
Date: Tue Jun 27 21:04:06 2017 +0000
Document and add release note for HEAD APIs
Now that all GET APIs have a corresponding HEAD API, we can add a
formal statement about support and a release note.
Change-Id: Ia5569311f91d87b40d064595ce2c8d69461fbab7
Closes-Bug: 1696574
** 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/1696574
Title:
support HEAD requests for all GET /v3/* actions
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
There was an effort in the past to ensure all GET APIs within keystone
support corresponding HEAD methods [0]. This bug report is to cleanup
the remaining APIs that have been introduced since then or overlooked.
The fix for this should be either updating each GET API to support
HEAD using get_head_action or updating each get_action usage with a
comment explaining why get_head_action isn't needed.
[0] https://bugs.launchpad.net/keystone/+bug/1370335
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1696574/+subscriptions
References