]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds support for the Indigo Virtual Switch (IVS)
authorKevin Benton <kevin.benton@bigswitch.com>
Tue, 4 Jun 2013 23:18:58 +0000 (16:18 -0700)
committerKevin Benton <kevin.benton@bigswitch.com>
Thu, 6 Jun 2013 22:33:12 +0000 (15:33 -0700)
commite02c746a94c3024678dd6b3458573667b1cb9d73
treeaca3519966f261dad4ed1599be0a56d109f76e10
parentb87981d556d0b21400f140aba1012dc67b0791c1
Adds support for the Indigo Virtual Switch (IVS)

Implements: blueprint ivs-interface-driver

Adds the IVS VIF type to portbindings.py.
Adds the VIF interface class to allow agents to bind to VIF switches.
Adds support to the BigSwitch plugin to request the IVS VIF type on nova compute nodes.
Adds unit tests for new interface class and changes to BigSwitch plugin.

Change-Id: I2fe104000523c60097c22946b0a80dc404dfe273
etc/quantum/plugins/bigswitch/restproxy.ini
etc/quantum/rootwrap.d/dhcp.filters
quantum/agent/linux/interface.py
quantum/extensions/portbindings.py
quantum/plugins/bigswitch/plugin.py
quantum/tests/unit/bigswitch/etc/restproxy.ini.test
quantum/tests/unit/bigswitch/test_restproxy_plugin.py
quantum/tests/unit/test_linux_interface.py