summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Pepple <ken.pepple@gmail.com>2011-03-15 16:41:12 +0000
committerTarmac <>2011-03-15 16:41:12 +0000
commit568528bb0f90302106efbc4a841f05f18bd58357 (patch)
treef37dcf56246a1d26818a0658de60eca5e27ac1fd
parent24142b1198da8560840356afee1896ace2d23d5c (diff)
parent62d7d521273e19d8e700ab301be38830576efa3b (diff)
downloadnova-568528bb0f90302106efbc4a841f05f18bd58357.tar.gz
nova-568528bb0f90302106efbc4a841f05f18bd58357.tar.xz
nova-568528bb0f90302106efbc4a841f05f18bd58357.zip
just fixing a small typo in nova-manage vm live-migration
-rwxr-xr-xbin/nova-manage2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage
index 1eb4e5418..2b42dfff5 100755
--- a/bin/nova-manage
+++ b/bin/nova-manage
@@ -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!')