]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove ovs dependency in embrane plugin
authorIgnacio Scopetta <ignacio@embrane.com>
Sun, 20 Jul 2014 06:37:22 +0000 (23:37 -0700)
committerMarco Chirico <marco.chirico@embrane.com>
Fri, 29 Aug 2014 04:19:51 +0000 (21:19 -0700)
commit6186e0cabe5ba854cddd68351e314933f826ee33
treeaff10f8277219fef07c87a0e402975b4b7f82405
parentc82e6a4d33c2a8dc51260fab4ad0cb87805b49de
Remove ovs dependency in embrane plugin

This patch changes the dependency of the embrane plugin from ovs to ml2.
Existing users of the old entry point will be upgraded on a case-by-case
base as needed, therefore no generic upgrade procedure is required.

Change-Id: Id192fc32bd6ba7a8926eff1190070b8df5327129
Closes-Bug: #1343024
neutron/plugins/embrane/l2base/ml2/__init__.py [new file with mode: 0644]
neutron/plugins/embrane/l2base/ml2/ml2_support.py [moved from neutron/plugins/embrane/l2base/openvswitch/openvswitch_support.py with 50% similarity]
neutron/plugins/embrane/l2base/openvswitch/__init__.py [deleted file]
neutron/plugins/embrane/plugins/embrane_ml2_plugin.py [moved from neutron/plugins/embrane/plugins/embrane_ovs_plugin.py with 51% similarity]
setup.cfg