Runs the script configure_vm.py in py3.5
Closes-Bug: 1695135 Change-Id: I672279969b0a7db90f4c616b197104bd59568b1e
This commit is contained in:
parent
edd0b16ac7
commit
d6e62950dd
@ -112,7 +112,7 @@ if ! virsh list --all | grep -q $NAME; then
|
|||||||
if [[ -n "$EMULATOR" ]]; then
|
if [[ -n "$EMULATOR" ]]; then
|
||||||
vm_opts+="--emulator $EMULATOR "
|
vm_opts+="--emulator $EMULATOR "
|
||||||
fi
|
fi
|
||||||
$TOP_DIR/scripts/configure-vm.py \
|
$PYTHON $TOP_DIR/scripts/configure-vm.py \
|
||||||
--bootdev network --name $NAME --image "$volume_path" \
|
--bootdev network --name $NAME --image "$volume_path" \
|
||||||
--arch $ARCH --cpus $CPU --memory $MEM --libvirt-nic-driver $LIBVIRT_NIC_DRIVER \
|
--arch $ARCH --cpus $CPU --memory $MEM --libvirt-nic-driver $LIBVIRT_NIC_DRIVER \
|
||||||
--disk-format $DISK_FORMAT $VM_LOGGING --engine $ENGINE $UEFI_OPTS $vm_opts \
|
--disk-format $DISK_FORMAT $VM_LOGGING --engine $ENGINE $UEFI_OPTS $vm_opts \
|
||||||
|
Loading…
Reference in New Issue
Block a user