← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1429032] [NEW] OFAgent: 'OFANeutronAgent' object has no attribute 'local_vlan_map'

 

Public bug reported:

I am trying to run ofagent networking on devstack stable/juno installation (api node + compute node).
When I create new instance, I get this error in q-agt.logs:
[req-86091c32-c8d3-47b6-adc0-e071a3e176f5 None None] Exception during message handling: 'OFANeutronAgent' object has no attribute 'local_vlan_map'
   Traceback (most recent call last):
     File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 134, in _dispatch_and_reply
       incoming.message))
     File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 177, in _dispatch
       return self._do_dispatch(endpoint, method, ctxt, args)
     File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 123, in _do_dispatch
       result = getattr(endpoint, method)(ctxt, **new_args)
     File "/opt/stack/neutron/neutron/common/log.py", line 34, in wrapper
       return method(*args, **kwargs)
     File "/opt/stack/neutron/neutron/agent/l2population_rpc.py", line 46, in remove_fdb_entries
       self.fdb_remove(context, fdb_entries)
     File "/opt/stack/neutron/neutron/common/log.py", line 34, in wrapper
       return method(*args, **kwargs)
     File "/opt/stack/neutron/neutron/plugins/ofagent/agent/ofa_neutron_agent.py", line 365, in fdb_remove
       self.local_vlan_map):
   AttributeError: 'OFANeutronAgent' object has no attribute 'local_vlan_map'

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: ml2 openflowagent

** Attachment added: "devstack local.conf's"
   https://bugs.launchpad.net/bugs/1429032/+attachment/4335980/+files/devstack.conf

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

Title:
  OFAgent: 'OFANeutronAgent' object has no attribute 'local_vlan_map'

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  I am trying to run ofagent networking on devstack stable/juno installation (api node + compute node).
  When I create new instance, I get this error in q-agt.logs:
  [req-86091c32-c8d3-47b6-adc0-e071a3e176f5 None None] Exception during message handling: 'OFANeutronAgent' object has no attribute 'local_vlan_map'
     Traceback (most recent call last):
       File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 134, in _dispatch_and_reply
         incoming.message))
       File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 177, in _dispatch
         return self._do_dispatch(endpoint, method, ctxt, args)
       File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 123, in _do_dispatch
         result = getattr(endpoint, method)(ctxt, **new_args)
       File "/opt/stack/neutron/neutron/common/log.py", line 34, in wrapper
         return method(*args, **kwargs)
       File "/opt/stack/neutron/neutron/agent/l2population_rpc.py", line 46, in remove_fdb_entries
         self.fdb_remove(context, fdb_entries)
       File "/opt/stack/neutron/neutron/common/log.py", line 34, in wrapper
         return method(*args, **kwargs)
       File "/opt/stack/neutron/neutron/plugins/ofagent/agent/ofa_neutron_agent.py", line 365, in fdb_remove
         self.local_vlan_map):
     AttributeError: 'OFANeutronAgent' object has no attribute 'local_vlan_map'

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


Follow ups

References