TypeError when starting nova-network

Bug #971629 reported by Ionuț Arțăriși
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
High
Ionuț Arțăriși

Bug Description

Starting nova-network sometimes fails with this traceback:

(nova): TRACE: File "/usr/lib64/python2.6/site-packages/nova/utils.py",
line 860, in __init__
(nova): TRACE: self.tname = "-%x-%x" % (ident & 0xffffffff, gident &
0xffffffff)
(nova): TRACE: TypeError: unsupported operand type(s) for &: 'NoneType'
and 'int'

Tags: network nova
Changed in nova:
assignee: nobody → Ionuț Arțăriși (iartarisi)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/6084
Committed: http://github.com/openstack/nova/commit/48c191ffeaf2063a338eec21f9e46878e3204e77
Submitter: Jenkins
Branch: master

commit 48c191ffeaf2063a338eec21f9e46878e3204e77
Author: Ionuț Arțăriși <email address hidden>
Date: Mon Apr 2 16:34:48 2012 +0200

    fix TypeError with unstarted threads in nova-network

    (nova): TRACE: File "/usr/lib64/python2.6/site-packages/nova/utils.py",
    line 860, in __init__
    (nova): TRACE: self.tname = "-%x-%x" % (ident & 0xffffffff, gident &
    0xffffffff)
    (nova): TRACE: TypeError: unsupported operand type(s) for &: 'NoneType'
    and 'int'

    Fixes: bug 971629

    Change-Id: I3d34816c36a11cd6fc2dd9c889c93c5872133a2c

Changed in nova:
status: In Progress → Fix Committed
Devin Carlen (devcamcar)
Changed in nova:
milestone: none → folsom-1
importance: Undecided → High
Thierry Carrez (ttx)
Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: folsom-1 → 2012.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.