]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add port bindings to ports created in Midonet
authorJoe Mills <joe@midokura.com>
Thu, 3 Oct 2013 16:55:18 +0000 (01:55 +0900)
committerJoe Mills <joe@midokura.com>
Tue, 15 Oct 2013 08:26:38 +0000 (08:26 +0000)
commit976de09b55b865f7f4cb9013e9546b430063023e
tree91767852b472a183b74f9dcc6e5d9011c834a29d
parentf0b48a61b98502ffabfb13a32f4852f6feba6ca8
Add port bindings to ports created in Midonet

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 Neutron to properly set up port bindings to use
the "midonet" vif driver when creating a port. Corresponding changes will be
submitted to the devstack and Nova projects.

Change-Id: I91f2e4fe7135da0c22fb408081efdc63fff748df
Closes-Bug: 1235134
neutron/extensions/portbindings.py
neutron/plugins/midonet/plugin.py
neutron/tests/unit/midonet/test_midonet_plugin.py