From 65ae52baa712365eeb01d105004e86d83304da3c Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Fri, 20 May 2016 20:43:14 +0100 Subject: [PATCH] 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 --- releasenotes/notes/rename-ovs-plugin-049750609559f1ba.yaml | 5 +++++ vif_plug_ovs/ovs.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/rename-ovs-plugin-049750609559f1ba.yaml diff --git a/releasenotes/notes/rename-ovs-plugin-049750609559f1ba.yaml b/releasenotes/notes/rename-ovs-plugin-049750609559f1ba.yaml new file mode 100644 index 00000000..d4ad19ce --- /dev/null +++ b/releasenotes/notes/rename-ovs-plugin-049750609559f1ba.yaml @@ -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' diff --git a/vif_plug_ovs/ovs.py b/vif_plug_ovs/ovs.py index 022cfedb..74f97d5c 100644 --- a/vif_plug_ovs/ovs.py +++ b/vif_plug_ovs/ovs.py @@ -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__,