AttributeError: 'NoneType' object has no attribute 'security_groups_provider_updated'

Bug #1232758 reported by Gary Kotton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Medium
Gary Kotton

Bug Description

During gating the following error occurred:

2013-09-29 13:01:21.283 818 ERROR neutron.openstack.common.rpc.amqp [-] Exception during message handling
2013-09-29 13:01:21.283 818 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last):
2013-09-29 13:01:21.283 818 TRACE neutron.openstack.common.rpc.amqp File "/opt/stack/new/neutron/neutron/openstack/common/rpc/amqp.py", line 438, in _process_data
2013-09-29 13:01:21.283 818 TRACE neutron.openstack.common.rpc.amqp **args)
2013-09-29 13:01:21.283 818 TRACE neutron.openstack.common.rpc.amqp File "/opt/stack/new/neutron/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch
2013-09-29 13:01:21.283 818 TRACE neutron.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs)
2013-09-29 13:01:21.283 818 TRACE neutron.openstack.common.rpc.amqp File "/opt/stack/new/neutron/neutron/agent/securitygroups_rpc.py", line 91, in security_groups_provider_updated
2013-09-29 13:01:21.283 818 TRACE neutron.openstack.common.rpc.amqp self.sg_agent.security_groups_provider_updated()
2013-09-29 13:01:21.283 818 TRACE neutron.openstack.common.rpc.amqp AttributeError: 'NoneType' object has no attribute 'security_groups_provider_updated'
2013-09-29 13:01:21.283 818 TRACE neutron.openstack.common.rpc.amqp

Tags: sg-fw
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/48849

Changed in neutron:
assignee: nobody → Gary Kotton (garyk)
status: New → In Progress
Gary Kotton (garyk)
Changed in neutron:
milestone: none → havana-rc1
Revision history for this message
Akihiro Motoki (amotoki) wrote :

When does it happen? During the initialization of OVS agent?

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/48849
Committed: http://github.com/openstack/neutron/commit/01debad5665bcae5c0f4745759ae744f85daa723
Submitter: Jenkins
Branch: master

commit 01debad5665bcae5c0f4745759ae744f85daa723
Author: Gary Kotton <email address hidden>
Date: Sun Sep 29 07:11:49 2013 -0700

    Ensure that security group agent is bound prior to accessing

    When the Neutron agents start and the security group agent callbacks
    are not registered there may be exceptions.

    Fixes bug: #1232758

    Change-Id: I4c1ff96b8acfcee4c84a73c9400040c96f8418a9

Changed in neutron:
status: In Progress → Fix Committed
Changed in neutron:
importance: Undecided → Medium
tags: added: sg-fw
Thierry Carrez (ttx)
Changed in neutron:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: havana-rc1 → 2013.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.