Comment 4 for bug 1070045

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

Reviewed: https://review.openstack.org/16617
Committed: http://github.com/openstack/nova/commit/182ca807e9d48696b58fbe2ff5d09c950504d007
Submitter: Jenkins
Branch: stable/folsom

commit 182ca807e9d48696b58fbe2ff5d09c950504d007
Author: Mark McClain <email address hidden>
Date: Mon Oct 22 18:15:24 2012 -0400

    add port support when QuantumV2 subclass is used

    fixes bug 1070045

    Fix the current implementation by checking if FLAGS.network_api_class is a
    subclass of nova.network.quantumv2.api.API. Previously, the API would
    not accept port references unless the network_api_class string was
    anything other than the QuantumV2 class. This limitation prevented
    subclassing.

    This changeset includes additional API unit tests focused on QuantumV2
    and requested networks.

    Change-Id: I6b7b7389e127ff8b084ac379cb9aebccc102620c