6096457d74
When calling the s3tokens or ec2tokens API with a HTTP GET we should get a 405 Method Not Allowed but we get a 500 Internal Server Error because we enforce that method. Closes-Bug: #2052916 Change-Id: I5f60d10dc25551175cc73ca8f3f28b0b95ec9f99 Signed-off-by: Tobias Urdin <tobias.urdin@binero.se>
7 lines
223 B
YAML
7 lines
223 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 2052916 <https://bugs.launchpad.net/keystone/+bug/2052916>`_]
|
|
Fixed a bug where a HTTP GET request against ``/v3/s3tokens`` or
|
|
``/v3/ec2tokens`` would return HTTP 500 instead of HTTP 405.
|