Fixed typo in example script

Change-Id: I5eeda3b83c35ac199c5fbeeaa70c33f8a3dfd5dd
Closes-bug: #1468528
This commit is contained in:
Emett Speer 2015-06-25 05:15:52 -07:00
parent d9de669944
commit b619242c9f

View File

@ -41,7 +41,7 @@ target host.
# Migrate the VM to an alternate hypervisor
echo -n "Migrating instance to alternate host"
$VM_ID=$1
VM_ID=$1
nova migrate $VM_ID
VM_OUTPUT=`nova show $VM_ID`
VM_STATUS=`echo "$VM_OUTPUT" | grep status | awk '{print $4}'`