Comment 6 for bug 1720726

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

Reviewed: https://review.openstack.org/560088
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5c43e76ce02d4f4b4e5204070fe1f5f0784d0513
Submitter: Zuul
Branch: stable/ocata

commit 5c43e76ce02d4f4b4e5204070fe1f5f0784d0513
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)