Merge "This change renames the ovs plugin"
This commit is contained in:
commit
ad13b337be
@ -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'
|
@ -60,7 +60,7 @@ class OvsPlugin(plugin.PluginBase):
|
|||||||
|
|
||||||
def describe(self):
|
def describe(self):
|
||||||
return objects.host_info.HostPluginInfo(
|
return objects.host_info.HostPluginInfo(
|
||||||
plugin_name="ovs_hybrid",
|
plugin_name="ovs",
|
||||||
vif_info=[
|
vif_info=[
|
||||||
objects.host_info.HostVIFInfo(
|
objects.host_info.HostVIFInfo(
|
||||||
vif_object_name=objects.vif.VIFBridge.__name__,
|
vif_object_name=objects.vif.VIFBridge.__name__,
|
||||||
|
Loading…
Reference in New Issue
Block a user