]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add VIF binding extensions
authorGary Kotton <gkotton@redhat.com>
Sat, 10 Nov 2012 05:56:07 +0000 (05:56 +0000)
committerGary Kotton <gkotton@redhat.com>
Wed, 5 Dec 2012 09:01:15 +0000 (09:01 +0000)
commit64f2a38bc9a0551bb761c32058ab9c7929c7c0de
tree0250e37e06f45a696939c5614a91baf00289d0f9
parent4aaf0fe474245451a0a06fca97e426f8c6e6a7d1
Add VIF binding extensions

The is part of the blueprint vif-plugging-improvements.

The patch adds an extension to Quantum that enables the plugin to
return VIF details.

At the moment it supports openvswitch and linuxbridge.

Change-Id: Ib9b4d34e668e2ddc61c152c2c4cd4a01f2d0de40
etc/policy.json
quantum/extensions/portbindings.py [new file with mode: 0644]
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/tests/unit/linuxbridge/test_linuxbridge_plugin.py
quantum/tests/unit/openvswitch/test_openvswitch_plugin.py