Comment 3 for bug 1235132

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

Reviewed: https://review.openstack.org/49984
Committed: http://github.com/openstack/nova/commit/3fb9c58138e3f8f927163455749aad1673dcf4d2
Submitter: Jenkins
Branch: master

commit 3fb9c58138e3f8f927163455749aad1673dcf4d2
Author: Joe Mills <email address hidden>
Date: Tue Oct 1 00:52:10 2013 +0900

    Plug Vif into Midonet using Neutron port binding

    Currently Midokura uses its own script (mm-ctl) to bind ports. However, support
    for using this script is left out of the nova and neutron projects. This causes
    confusion and makes deployments unnecessarily complicated for customers using
    Havana. This fix is to change nova to properly use mm-ctl. Corresponding
    changes will be submitted to devstack and neutron.

    Change-Id: I7c9edded5ab6fe19b63e54cd6905d9242e4a90cc
    Closes-Bug: 1235132