summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>2011-03-15 17:29:51 +0000
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>2011-03-15 17:29:51 +0000
commit98f725e9b2fdf790c13d533ed8dcbb9ef1d61659 (patch)
tree3535195fe5462a817b0ca1d78ed83002e273315d /bin
parentc6e75afbe603a869723fd39b1a6df7b979da2aa4 (diff)
parent568528bb0f90302106efbc4a841f05f18bd58357 (diff)
merge trunk
Diffstat (limited to 'bin')
-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!')