yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #16030
[Bug 1319745] Re: local variable 'details' referenced before assignment
** Changed in: neutron
Status: Fix Committed => Fix Released
** 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/1319745
Title:
local variable 'details' referenced before assignment
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
[-] Error in agent loop. Devices info: {'current': set(['tapa326fb27-41', 'tape15e7852-41', 'tap409f498a-a0']), 'removed': set(['tap3039b159-81']), 'added': set([])}
Traceback (most recent call last):
File "[redacted]/neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py", line 996, in daemon_loop
sync = self.process_network_devices(device_info)
File "[redacted]/neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py", line 896, in process_network_devices
resync_b = self.treat_devices_removed(device_info['removed'])
File "[redacted]/neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py", line 965, in treat_devices_removed
if details['exists']:
UnboundLocalError: local variable 'details' referenced before assignment
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1319745/+subscriptions
References