Comment 2 for bug 1070045

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

Reviewed: https://review.openstack.org/14634
Committed: http://github.com/openstack/nova/commit/83a84182cd5dbd4571291f176f421d3fec572f5f
Submitter: Jenkins
Branch: master

commit 83a84182cd5dbd4571291f176f421d3fec572f5f
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