XenAPI: Move where os-vpx is set

os-vpx is only true after we know it's not a JEOS we're creating
Move the location we set the os-vpx flag to as we're starting to
prepare the VM for devstack

Change-Id: If736f3a7de171b8090b0bb905e04accb70470a90
This commit is contained in:
Bob Ball 2015-02-12 11:59:46 +00:00
parent 5b9adb60de
commit 0df75a7288
2 changed files with 1 additions and 1 deletions

View File

@ -258,6 +258,7 @@ fi
# #
# Prepare VM for DevStack # Prepare VM for DevStack
# #
xe vm-param-set other-config:os-vpx=true uuid="$vm_uuid"
# Install XenServer tools, and other such things # Install XenServer tools, and other such things
$THIS_DIR/prepare_guest_template.sh "$GUEST_NAME" $THIS_DIR/prepare_guest_template.sh "$GUEST_NAME"

View File

@ -131,5 +131,4 @@ vm_uuid=$(xe_min vm-install template="$TEMPLATE_NAME" new-name-label="$NAME_LABE
destroy_vifs "$vm_uuid" destroy_vifs "$vm_uuid"
set_auto_start "$vm_uuid" set_auto_start "$vm_uuid"
create_vif "$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" xe vm-param-set actions-after-reboot=Destroy uuid="$vm_uuid"