← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1319745] [NEW] local variable 'details' referenced before assignment

 

Public bug reported:

[-] 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

** Affects: neutron
     Importance: Undecided
     Assignee: Ondergetekende (kvdveer)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Ondergetekende (kvdveer)

-- 
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):
  New

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


Follow ups

References