← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1468893] [NEW] OVS agent configuration issue not logged

 

Public bug reported:

Steps to reproduce:
Enable tunneling and DVR, disable l2pop:

[agent]
tunnel_types = vxlan
enable_distributed_routing = True
l2_population = False

Expected output:
https://github.com/openstack/neutron/blob/master/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py#L1624
(_check_agent_configurations) should output an error "DVR deployments for VXLAN/GRE underlays require L2-pop to be enabled, in both the Agent and Server side."

Actual output:
Nothing, agent just exits silently.

** Affects: neutron
     Importance: Low
     Assignee: Assaf Muller (amuller)
         Status: In Progress

** Changed in: neutron
   Importance: Undecided => Low

** Changed in: neutron
     Assignee: (unassigned) => Assaf Muller (amuller)

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

Title:
  OVS agent configuration issue not logged

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  Steps to reproduce:
  Enable tunneling and DVR, disable l2pop:

  [agent]
  tunnel_types = vxlan
  enable_distributed_routing = True
  l2_population = False

  Expected output:
  https://github.com/openstack/neutron/blob/master/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py#L1624
  (_check_agent_configurations) should output an error "DVR deployments for VXLAN/GRE underlays require L2-pop to be enabled, in both the Agent and Server side."

  Actual output:
  Nothing, agent just exits silently.

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


Follow ups

References