Comment 5 for bug 1720726

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/pike)

Reviewed: https://review.openstack.org/560087
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=837ac8c1d651c58f5ebd5a20b409594f7368819d
Submitter: Zuul
Branch: stable/pike

commit 837ac8c1d651c58f5ebd5a20b409594f7368819d
Author: Hongbin Lu <email address hidden>
Date: Mon Oct 2 04:21:26 2017 +0000

    Fix wrapping of neutron forbidden error

    In neutronv2 api, the neutron forbidden error is not wrapped
    correctly. The exception class expects the first parameter as
    the error message but an exception object is passed.

    Closes-Bug: #1720726
    Change-Id: I6e88333427ec2befe2122274b02775f013404e30
    (cherry picked from commit f1a0557da4fbd7baa9196cb5c0ccdd7ebb16ecdf)