← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1323718] Re: OVS capabilities test failure masks exception

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => juno-3

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

Title:
  OVS capabilities test failure masks exception

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  neutron/agent/linux/ovs_lib:ofctl_arg_supported executes an ovs-ofctl
  command and catches the general Exception, concluding that the feature
  is not supported. However, unexpected exceptions may be raised,
  swallowed and never logged. So, for example, if an OVS agent starts up
  and arp_responder is True, then the capabilities test for it may fail
  in an unexpected way. The result is that arp_responder will not be
  supported, the agent will start and the exception will not be printed,
  masking a potential bug.

  Additionally, the capability test should be moved to the offline
  sanity command.

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


References