diff --git a/tools/xen/install_os_domU.sh b/tools/xen/install_os_domU.sh index 8a0725152f..f28ae97940 100755 --- a/tools/xen/install_os_domU.sh +++ b/tools/xen/install_os_domU.sh @@ -258,6 +258,7 @@ fi # # Prepare VM for DevStack # +xe vm-param-set other-config:os-vpx=true uuid="$vm_uuid" # Install XenServer tools, and other such things $THIS_DIR/prepare_guest_template.sh "$GUEST_NAME" diff --git a/tools/xen/scripts/install-os-vpx.sh b/tools/xen/scripts/install-os-vpx.sh index b9b65fdce2..1ebbeaf564 100755 --- a/tools/xen/scripts/install-os-vpx.sh +++ b/tools/xen/scripts/install-os-vpx.sh @@ -131,5 +131,4 @@ vm_uuid=$(xe_min vm-install template="$TEMPLATE_NAME" new-name-label="$NAME_LABE destroy_vifs "$vm_uuid" set_auto_start "$vm_uuid" create_vif "$vm_uuid" -xe vm-param-set other-config:os-vpx=true uuid="$vm_uuid" xe vm-param-set actions-after-reboot=Destroy uuid="$vm_uuid"