summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/compute/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py
index 3ae5717f7..0dda3be30 100644
--- a/nova/compute/manager.py
+++ b/nova/compute/manager.py
@@ -206,7 +206,7 @@ class ComputeManager(manager.SchedulerDependentManager):
or FLAGS.start_guests_on_host_boot:
LOG.info(_('Rebooting instance %(instance_uuid)s after '
'nova-compute restart.'), locals())
- self.reboot_instance(context, instance['id'])
+ self.reboot_instance(context, instance['uuid'])
elif drv_state == power_state.RUNNING:
# Hyper-V and VMWareAPI drivers will raise an exception
try: