Commit dae30029 authored by FANG WANG's avatar FANG WANG

Update createVM.sh

parent ac900b59
...@@ -95,6 +95,8 @@ function create_vm { ...@@ -95,6 +95,8 @@ function create_vm {
echo "Waiting for VM to be started" echo "Waiting for VM to be started"
uvt-kvm wait $VM_NAME --insecure uvt-kvm wait $VM_NAME --insecure
VM_LIST=`uvt-kvm list`
echo "$VM_LIST"
VM_IP_ADDR=`uvt-kvm ip $VM_NAME` VM_IP_ADDR=`uvt-kvm ip $VM_NAME`
echo "$VM_NAME has for IP addr = $VM_IP_ADDR" echo "$VM_NAME has for IP addr = $VM_IP_ADDR"
release_vm_create_lock release_vm_create_lock
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment