Comment 8 for bug 1160309

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

Reviewed: https://review.openstack.org/44445
Committed: http://github.com/openstack/nova/commit/ae8842c66e6bac03717bed62c644b7c85708bf5a
Submitter: Jenkins
Branch: stable/grizzly

commit ae8842c66e6bac03717bed62c644b7c85708bf5a
Author: Ala Rezmerita <email address hidden>
Date: Thu Jul 18 11:48:36 2013 +0200

    Fix inconsistency between Nova-Net and Neutron

    The neutron client raises NeutronClientException (status_code 404)
    that is not unknown for nova, and is translated in 500 computeFault.
    Catching this exception in nova/nova/network/neutronv2/api.py and
    raising more generic exception as exception.NotFound solves the problem.

    Added also an unitary test to test neutronv2 api

    bug #1160309
    bug #1200175

    (cherry picked from commit 4a2915b4e389bfba0ff25583369fd75b24e19118)

    Conflicts:
     nova/network/quantumv2/api.py

    Change-Id: Ib2f1a0d49a12114b28f0cd5ce0bb7119f864d1a6