Public bug reported:

The function dump_flows_for_table() calls run_ofctl() to run the "dump-
flows" command. In the case of this occuring during an OVS restart,
run_ofctl() will fail, and an attempt to run splitlines() is made on a
None object.

** Affects: neutron
     Importance: High
     Assignee: Kyle Mestery (mestery)
         Status: In Progress

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

** Changed in: neutron
     Assignee: (unassigned) => Kyle Mestery (mestery)

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

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

Title:
  dump_flows_for_table() needs to handle run_ofctl failing

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

Bug description:
  The function dump_flows_for_table() calls run_ofctl() to run the
  "dump-flows" command. In the case of this occuring during an OVS
  restart, run_ofctl() will fail, and an attempt to run splitlines() is
  made on a None object.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to