]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Big Switch: Bind IVS ports in ML2 driver
authorKevin Benton <blak111@gmail.com>
Wed, 13 Aug 2014 02:02:51 +0000 (19:02 -0700)
committerKevin Benton <blak111@gmail.com>
Mon, 1 Sep 2014 18:34:39 +0000 (11:34 -0700)
commit4c4dbd4e411b394ddc5f4b6ea9bd455d7a319722
treea5cea0efd0a36f6efeba9ae5a4e201ead04235c8
parent9ddc2267a83de954c4e5b7fed58a40dc030b04fe
Big Switch: Bind IVS ports in ML2 driver

Add support to bind IVS ports in the Big Switch ML2
mechanism driver. The backend controller will be checked
to determine if a host is connected using the Indigo vswitch.
If so, the mechanism driver will mark it as bound since
it will be provisioned by the backend controller.

Implements: blueprint bsn-ml2-bind-ivs
Change-Id: Ic481fc31c8c123899fddf8185c32f127dff53b7a
neutron/plugins/bigswitch/servermanager.py
neutron/plugins/ml2/drivers/mech_bigswitch/driver.py
neutron/tests/unit/ml2/drivers/test_bigswitch_mech.py