yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35605
[Bug 1477500] [NEW] evacuate Error processing message locally
Public bug reported:
When evacuating a BFV instance, the rebuild step fails with "TypeError:
'NoneType' object does not support item assignment" in the nova-cells
logs https://gist.github.com/zaina/2c1e5617530964eb7100
There is an assumption that the kwargs argument is a dict, though it may
be None. This is because cells isn't passing kwargs through in the
traditional way as a dict of extra arguments, but rather as a specific
argument.
git log -1
commit a06fb526f8e27996e0c52fac0a95b4b3ac05179c
Merge: 143afe2 77ecc3d
Author: Jenkins <jenkins@xxxxxxxxxxxxxxxxxxxx>
Date: Tue Jun 9 20:08:27 2015 +0000
Merge "compute: remove get_image_metadata method"
** Affects: nova
Importance: Undecided
Assignee: Zaina Afoulki (zenet)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zaina Afoulki (zenet)
** Description changed:
- git log -1
- commit a06fb526f8e27996e0c52fac0a95b4b3ac05179c
- Merge: 143afe2 77ecc3d
- Author: Jenkins <jenkins@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue Jun 9 20:08:27 2015 +0000
- Merge "compute: remove get_image_metadata method"
-
When evacuating a BFV instance, the rebuild step fails with "TypeError:
'NoneType' object does not support item assignment" in the nova-cells
logs https://gist.github.com/zaina/2c1e5617530964eb7100
There is an assumption that the kwargs argument is a dict, though it may
be None. This is because cells isn't passing kwargs through in the
traditional way as a dict of extra arguments, but rather as a specific
argument.
+
+ git log -1
+ commit a06fb526f8e27996e0c52fac0a95b4b3ac05179c
+ Merge: 143afe2 77ecc3d
+ Author: Jenkins <jenkins@xxxxxxxxxxxxxxxxxxxx>
+ Date: Tue Jun 9 20:08:27 2015 +0000
+ Merge "compute: remove get_image_metadata method"
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1477500
Title:
evacuate Error processing message locally
Status in OpenStack Compute (nova):
New
Bug description:
When evacuating a BFV instance, the rebuild step fails with
"TypeError: 'NoneType' object does not support item assignment" in the
nova-cells logs https://gist.github.com/zaina/2c1e5617530964eb7100
There is an assumption that the kwargs argument is a dict, though it
may be None. This is because cells isn't passing kwargs through in the
traditional way as a dict of extra arguments, but rather as a specific
argument.
git log -1
commit a06fb526f8e27996e0c52fac0a95b4b3ac05179c
Merge: 143afe2 77ecc3d
Author: Jenkins <jenkins@xxxxxxxxxxxxxxxxxxxx>
Date: Tue Jun 9 20:08:27 2015 +0000
Merge "compute: remove get_image_metadata method"
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1477500/+subscriptions
Follow ups