← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1494281] Re: neutron-openvswitch-agent is crashing with "invalid literal for int() with base 10" error

 

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

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

Title:
  neutron-openvswitch-agent is crashing  with "invalid literal for int()
  with base 10" error

Status in neutron:
  Fix Released
Status in neutron liberty series:
  Fix Released

Bug description:
  neutron-openvswitch-agent is crashing with below error

  2015-09-10 04:39:36.675 DEBUG neutron.agent.linux.utils [req-a6c70c4e-aa40-44e4-bd09-493e82bfe43c None None]
  Command: ['ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', '--columns=name,other_config,tag', 'list', 'Port', u'tap8e259da4-e8']
  Exit code: 0
   from (pid=26026) execute /opt/stack/neutron/neutron/agent/linux/utils.py:157
  2015-09-10 04:39:36.675 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-a6c70c4e-aa40-44e4-bd09-493e82bfe43c None None] invalid literal for int() with base 10: 'None' Agent terminated!
  2015-09-10 04:39:36.677 INFO oslo_rootwrap.client [req-a6c70c4e-aa40-44e4-bd09-493e82bfe43c None None] Stopping rootwrap daemon process with pid=26080
   
  I suspect commit "Implement external physical bridge mapping in linuxbridge"  causing the breakage. [commit-id: bd734811753a99d61e30998c734e465a8d507b8f]

  When i set the branch back to b6d780a83cd9a811e8a91db77eb24bb65fa0b075
  commit , issue is not seen.

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


References