Comment 5 for bug 1817313

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/648241
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=9717f0c12f225a70fcecebcfcfc6dd4f1e248b28
Submitter: Zuul
Branch: master

commit 9717f0c12f225a70fcecebcfcfc6dd4f1e248b28
Author: Morgan Fainberg <email address hidden>
Date: Wed Mar 27 13:49:39 2019 -0700

    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