[Bug 938763] Re: nova compute manager traceback during _sync_power_states
Dan Prince
dprince at redhat.com
Wed Feb 29 19:57:18 UTC 2012
*** This bug is a duplicate of bug 934276 ***
https://bugs.launchpad.net/bugs/934276
This is a dup of 934427.
https://bugs.launchpad.net/nova/+bug/934276
The should be pretty simple:
+++ b/nova/compute/manager.py
@@ -2244,7 +2244,7 @@ class ComputeManager(manager.SchedulerDependentManager):
db_power_state = db_instance['power_state']
try:
vm_instance = self.driver.get_info(db_instance)
- vm_power_state = vm_instance.state
+ vm_power_state = vm_instance['state']
** This bug has been marked a duplicate of bug 934276
_sync_power_states causes 'dict' object has no attribute 'state'
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/938763
Title:
nova compute manager traceback during _sync_power_states
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/938763/+subscriptions
More information about the Ubuntu-server-bugs
mailing list