← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1314472] [NEW] ofagent: AttributeError: 'OFANeutronAgent' object has no attribute 'updated_ports'

 

Public bug reported:

OFANeutronAgent.__init__() calls setup_rpc(), which spawns a thread to consume RPCs.
self.updated_ports, which is accessed by an RPC handler, port_update(), has not been initialized at this point.

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  ofagent: AttributeError: 'OFANeutronAgent' object has no attribute
  'updated_ports'

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  OFANeutronAgent.__init__() calls setup_rpc(), which spawns a thread to consume RPCs.
  self.updated_ports, which is accessed by an RPC handler, port_update(), has not been initialized at this point.

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


Follow ups

References