just fixing a small typo in nova-manage vm live-migration

This commit is contained in:
Ken Pepple 2011-03-15 16:41:12 +00:00 committed by Tarmac
commit 568528bb0f

View File

@ -572,7 +572,7 @@ class VmCommands(object):
"""
ctxt = context.get_admin_context()
instance_id = ec2_id_to_id(ec2_id)
instance_id = ec2utils.ec2_id_to_id(ec2_id)
if FLAGS.connection_type != 'libvirt':
msg = _('Only KVM is supported for now. Sorry!')