*** 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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to