This change renames the ovs plugin

- The ovs direct and ovs hybrid plug plugins
  have been merged into a single plugin.
- This change updated the name of the plugin form
  ovs_hybrid to ovs to reflect that.

Change-Id: I35b63ea609a463ffd786d3a89f4a0637cfcd484d
This commit is contained in:
Sean Mooney 2016-05-20 20:43:14 +01:00 committed by sean mooney
parent e5227ecbc0
commit 65ae52baa7
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- The ovs direct and ovs hybrid plug methods are now
handled by a single plugin. To reflect that the
ovs plugin has been renamed to 'ovs' from 'ovs_hybrid'

View File

@ -60,7 +60,7 @@ class OvsPlugin(plugin.PluginBase):
def describe(self):
return objects.host_info.HostPluginInfo(
plugin_name="ovs_hybrid",
plugin_name="ovs",
vif_info=[
objects.host_info.HostVIFInfo(
vif_object_name=objects.vif.VIFBridge.__name__,