Skip to content

Commit

Permalink
Merge "fix reboot_instance typo"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jan 11, 2012
2 parents 98e385e + 26e646f commit 0bbf67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/compute/manager.py
Expand Up @@ -206,7 +206,7 @@ def init_host(self):
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:
Expand Down

0 comments on commit 0bbf67c

Please sign in to comment.