diff options
| author | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-03-15 17:29:51 +0000 |
|---|---|---|
| committer | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-03-15 17:29:51 +0000 |
| commit | 98f725e9b2fdf790c13d533ed8dcbb9ef1d61659 (patch) | |
| tree | 3535195fe5462a817b0ca1d78ed83002e273315d /bin | |
| parent | c6e75afbe603a869723fd39b1a6df7b979da2aa4 (diff) | |
| parent | 568528bb0f90302106efbc4a841f05f18bd58357 (diff) | |
merge trunk
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-manage | 2 |
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!') |
