← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1336624] [NEW] Libvirt driver cannot avoid ovs_hybrid

 

Public bug reported:

This bug is related to Nova and Neutron.

Libvirt driver cannot avoid ovs_hybrid though if NoopFirewallDriver is
selected, while using LibvirtGenericVIFDriver at Nova and ML2+OVS at
Neutron.

Since Nova follows "binding:vif_detail" from Neutron [1], that is
intended behavior. OVS mech driver in Neutron always return the
following vif_detail:

  vif_details: {
    "port_filter": true,
    "ovs_hybrid_plug": true,
  }

So, Neutron is right place to configure to avoid ovs_hybrid plugging. I
think we can set ovs_hybrid_plug=False in OVS mech driver if
security_group is disabled.

[1] https://review.openstack.org/#/c/83190/

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: ml2 ovs

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1336624

Title:
  Libvirt driver cannot avoid ovs_hybrid

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  This bug is related to Nova and Neutron.

  Libvirt driver cannot avoid ovs_hybrid though if NoopFirewallDriver is
  selected, while using LibvirtGenericVIFDriver at Nova and ML2+OVS at
  Neutron.

  Since Nova follows "binding:vif_detail" from Neutron [1], that is
  intended behavior. OVS mech driver in Neutron always return the
  following vif_detail:

    vif_details: {
      "port_filter": true,
      "ovs_hybrid_plug": true,
    }

  So, Neutron is right place to configure to avoid ovs_hybrid plugging.
  I think we can set ovs_hybrid_plug=False in OVS mech driver if
  security_group is disabled.

  [1] https://review.openstack.org/#/c/83190/

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1336624/+subscriptions


Follow ups

References