Comment 4 for bug 1245700

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

Reviewed: https://review.openstack.org/54211
Committed: http://github.com/openstack/python-neutronclient/commit/feda92ff0b28514b27e8e05713368962366c9fa4
Submitter: Jenkins
Branch: master

commit feda92ff0b28514b27e8e05713368962366c9fa4
Author: Aaron Rosen <email address hidden>
Date: Mon Oct 28 16:33:27 2013 -0700

    Fix status_code not passed in code

    The python-neutronclient was refactored to raise NeutronClientException
    and when that occured the status_code field was dropped. This causes errors
    on the nova-side to occur as nova checks the status_code to do error handling.

    Fixes bug: 1245700

    Change-Id: Ie1fcf3fef0e20c33ce18549bca6a2413a9f98e9f