← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1354912] [NEW] Exception in l3_rbc_base

 

Public bug reported:

The traceback observed in many of tempest jobs:

2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 134, in _dispatch_and_reply
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     incoming.message))
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 177, in _dispatch
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     return self._do_dispatch(endpoint, method, ctxt, args)
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 123, in _do_dispatch
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     result = getattr(endpoint, method)(ctxt, **new_args)
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/new/neutron/neutron/db/l3_rpc_base.py", line 63, in sync_routers
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     self._ensure_host_set_on_ports(context, plugin, host, routers)
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/new/neutron/neutron/db/l3_rpc_base.py", line 87, in _ensure_host_set_on_ports
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     interface, router['id'])
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/new/neutron/neutron/db/l3_rpc_base.py", line 100, in _ensure_host_set_on_port
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     {'port': {portbindings.HOST_ID: host}})
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/new/neutron/neutron/plugins/ml2/plugin.py", line 891, in update_port
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     return bound_port._port
2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher AttributeError: 'dict' object has no attribute '_port'

Logstash query:
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOiBcIkF0dHJpYnV0ZUVycm9yOiAnZGljdCcgb2JqZWN0IGhhcyBubyBhdHRyaWJ1dGUgJ19wb3J0J1wiIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiI2MDQ4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDA3Njk1MjI1MzM1fQ==

** Affects: neutron
     Importance: Medium
     Assignee: Eugene Nikanorov (enikanorov)
         Status: In Progress


** Tags: gate-failure

** Changed in: neutron
       Status: New => In Progress

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

Title:
  Exception in l3_rbc_base

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  The traceback observed in many of tempest jobs:

  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 134, in _dispatch_and_reply
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     incoming.message))
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 177, in _dispatch
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     return self._do_dispatch(endpoint, method, ctxt, args)
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 123, in _do_dispatch
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     result = getattr(endpoint, method)(ctxt, **new_args)
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/new/neutron/neutron/db/l3_rpc_base.py", line 63, in sync_routers
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     self._ensure_host_set_on_ports(context, plugin, host, routers)
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/new/neutron/neutron/db/l3_rpc_base.py", line 87, in _ensure_host_set_on_ports
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     interface, router['id'])
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/new/neutron/neutron/db/l3_rpc_base.py", line 100, in _ensure_host_set_on_port
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     {'port': {portbindings.HOST_ID: host}})
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/new/neutron/neutron/plugins/ml2/plugin.py", line 891, in update_port
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher     return bound_port._port
  2014-08-10 13:01:07.619 27508 TRACE oslo.messaging.rpc.dispatcher AttributeError: 'dict' object has no attribute '_port'

  Logstash query:
  http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOiBcIkF0dHJpYnV0ZUVycm9yOiAnZGljdCcgb2JqZWN0IGhhcyBubyBhdHRyaWJ1dGUgJ19wb3J0J1wiIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiI2MDQ4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDA3Njk1MjI1MzM1fQ==

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


Follow ups

References