eb274afdb4
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
9 lines
332 B
YAML
9 lines
332 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1696574 <https://bugs.launchpad.net/keystone/+bug/1696574>`_]
|
|
All GET APIs within keystone now have support for HEAD, if not already
|
|
implemented. All new HEAD APIs have the same response codes and headers as
|
|
their GET counterparts. This aids in client-side processing, especially
|
|
caching.
|