Reviewed: https://review.openstack.org/295641 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=1d087af001da5eedd38513b31ab4dd2b8f35014a Submitter: Jenkins Branch: master
commit 1d087af001da5eedd38513b31ab4dd2b8f35014a Author: Colleen Murphy <coll...@gazlene.net> Date: Mon Mar 21 14:15:52 2016 -0700 Implement HEAD method for all v3 GET actions Implement the HEAD method for all get-one and list-all operations in the v3 API (non-extended). While this may never be used by python-openstackclient, it is useful to operators and application developers for quickly obtaining metainformation about API resources, and for "testing hypertext links for validity, accessibility, and recent modification"[1]. [1] https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4 Closes-bug: #1370335 Change-Id: Iae26ebea1aa40d3b5c6c676dabe4f60a86a4f99f ** 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/1370335 Title: Keystone should support HEAD requests for all GET /v3/* actions Status in OpenStack Identity (keystone): Fix Released Bug description: In all places keystone supports a GET request, a similar HEAD request should be supported. This should only affect cases where a HEAD request did not already exist. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1370335/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp