Browse code

Merge "XenAPI: Move where os-vpx is set"

Jenkins authored on 2015/02/17 07:04:23
Showing 2 changed files
... ...
@@ -258,6 +258,7 @@ fi
258 258
 #
259 259
 # Prepare VM for DevStack
260 260
 #
261
+xe vm-param-set other-config:os-vpx=true uuid="$vm_uuid"
261 262
 
262 263
 # Install XenServer tools, and other such things
263 264
 $THIS_DIR/prepare_guest_template.sh "$GUEST_NAME"
... ...
@@ -131,5 +131,4 @@ vm_uuid=$(xe_min vm-install template="$TEMPLATE_NAME" new-name-label="$NAME_LABE
131 131
 destroy_vifs "$vm_uuid"
132 132
 set_auto_start "$vm_uuid"
133 133
 create_vif "$vm_uuid"
134
-xe vm-param-set other-config:os-vpx=true uuid="$vm_uuid"
135 134
 xe vm-param-set actions-after-reboot=Destroy uuid="$vm_uuid"