Merge lp:~ken-pepple/nova/live-migration-typo into lp:~hudson-openstack/nova/trunk

Proposed by Ken Pepple
Status: Merged
Approved by: Rick Harris
Approved revision: 800
Merged at revision: 806
Proposed branch: lp:~ken-pepple/nova/live-migration-typo
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
bin/nova-manage (+1/-1)
To merge this branch: bzr merge lp:~ken-pepple/nova/live-migration-typo
Reviewer Review Type Date Requested Status
Rick Harris (community) Approve
Thierry Carrez (community) Approve
Jay Pipes (community) Approve
Vish Ishaya Pending
Review via email: mp+53294@code.launchpad.net

Description of the change

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

To post a comment you must log in.
Revision history for this message
Jay Pipes (jaypipes) wrote :

lgtm.

review: Approve
Revision history for this message
Thierry Carrez (ttx) wrote :

+1

review: Approve
Revision history for this message
Rick Harris (rconradharris) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/nova-manage'
2--- bin/nova-manage 2011-03-14 17:59:41 +0000
3+++ bin/nova-manage 2011-03-14 18:33:54 +0000
4@@ -572,7 +572,7 @@
5 """
6
7 ctxt = context.get_admin_context()
8- instance_id = ec2_id_to_id(ec2_id)
9+ instance_id = ec2utils.ec2_id_to_id(ec2_id)
10
11 if FLAGS.connection_type != 'libvirt':
12 msg = _('Only KVM is supported for now. Sorry!')