Fixed typo in example script
Change-Id: I5eeda3b83c35ac199c5fbeeaa70c33f8a3dfd5dd Closes-bug: #1468528
This commit is contained in:
parent
d9de669944
commit
b619242c9f
@ -41,7 +41,7 @@ target host.
|
|||||||
|
|
||||||
# Migrate the VM to an alternate hypervisor
|
# Migrate the VM to an alternate hypervisor
|
||||||
echo -n "Migrating instance to alternate host"
|
echo -n "Migrating instance to alternate host"
|
||||||
$VM_ID=$1
|
VM_ID=$1
|
||||||
nova migrate $VM_ID
|
nova migrate $VM_ID
|
||||||
VM_OUTPUT=`nova show $VM_ID`
|
VM_OUTPUT=`nova show $VM_ID`
|
||||||
VM_STATUS=`echo "$VM_OUTPUT" | grep status | awk '{print $4}'`
|
VM_STATUS=`echo "$VM_OUTPUT" | grep status | awk '{print $4}'`
|
||||||
|
Loading…
Reference in New Issue
Block a user