← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1684016] [NEW] delete port will trow execptions in ovs agent

 

Public bug reported:

In master, when delete VM there is an exception:

2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent Traceback (most recent call last):
2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py", line 2211, in rpc_loop
2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent     port_info, ovs_restarted)
2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py", line 1820, in process_network_ports
2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent     port_info['removed'])
2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent TypeError: unsupported operand type(s) for |=: 'set' and 'NoneType'

** Affects: neutron
     Importance: Undecided
     Assignee: QunyingRan (ran-qunying)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => QunyingRan (ran-qunying)

** Description changed:

- when delete VM there is an exception:
- 
+ In master, when delete VM there is an exception:
  
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent Traceback (most recent call last):
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py", line 2211, in rpc_loop
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent     port_info, ovs_restarted)
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py", line 1820, in process_network_ports
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent     port_info['removed'])
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent TypeError: unsupported operand type(s) for |=: 'set' and 'NoneType'

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

Title:
  delete port will trow execptions in ovs agent

Status in neutron:
  New

Bug description:
  In master, when delete VM there is an exception:

  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent Traceback (most recent call last):
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py", line 2211, in rpc_loop
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent     port_info, ovs_restarted)
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py", line 1820, in process_network_ports
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent     port_info['removed'])
  2017-04-19 13:25:18.442 14865 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent TypeError: unsupported operand type(s) for |=: 'set' and 'NoneType'

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


Follow ups