Comment 2 for bug 1551473

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

Reviewed: https://review.openstack.org/286329
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9712e364fc4ea81c5958d63524a528e8aff44770
Submitter: Jenkins
Branch: master

commit 9712e364fc4ea81c5958d63524a528e8aff44770
Author: Kevin Benton <email address hidden>
Date: Mon Feb 29 15:35:45 2016 -0800

    Catch DBDuplicateEntry errors in RBAC code

    This catches duplicate entry errors in the RBAC code
    and converts them into an an appropriate exception so
    clients get an HTTP conflict instead of an internal
    server error.

    Change-Id: I957ade2356ae9cb5bbb7e2322b4dcb37706665cf
    Closes-Bug: #1551473