keystone/releasenotes/notes/bug-1817313-c11481e6eed29ec2.yaml
Morgan Fainberg 9717f0c12f Raise METHOD NOT ALLOWED instead of 500 error on protocol CRUD
Raise METHOD NOT ALLOWED for OS-Federation protocols creation
if the protocol_id is not in the URL. The corrective action was to split
the LIST from CRUD resources so that the routing regexes can work as
expected.

Change-Id: I063e3afa1ef8dbf957d62fb4d44dac0f0860ec94
closes-bug: #1817313
2019-03-28 22:07:01 +00:00

8 lines
318 B
YAML

---
fixes:
- |
[`bug 1817313 <https://bugs.launchpad.net/keystone/+bug/1817313>`_]
Raise METHOD NOT ALLOWED for OS-Federation protocols creation
if the protocol_id is not in the URL. The corrective action was to split
the LIST from CRUD resources so that the routing regexes can work as
expected.