TypeError when starting nova-network
Bug #971629 reported by
Ionuț Arțăriși
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/
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'
Changed in nova: | |
assignee: | nobody → Ionuț Arțăriși (iartarisi) |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → folsom-1 |
importance: | Undecided → High |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-1 → 2012.2 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/6084 github. com/openstack/ nova/commit/ 48c191ffeaf2063 a338eec21f9e468 78e3204e77
Committed: http://
Submitter: Jenkins
Branch: master
commit 48c191ffeaf2063 a338eec21f9e468 78e3204e77
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: I3d34816c36a11c d6fc2dd9c889c93 c5872133a2c