diff --git a/testallthethings.sh b/testallthethings.sh
index e54aa13543554905f3efa5486179aafba32271d2..7ea9e3d0be94f83fb6126d237a373e76e5d13e16 100755
--- a/testallthethings.sh
+++ b/testallthethings.sh
@@ -178,12 +178,12 @@ while [[ ${#TOBETESTED[@]} -gt 0 ]]; do
     DELAY=$(($RANDOM % 10))
     t_Log "Wait ${DELAY} seconds"
     sleep $DELAY
-    cmd="ai-bs --nova-sshkey imageci --landb-responsible imageci --nova-property centos_test_cleanup=true --nova-flavor '${flavor}' --nova-image '${IMAGE}' --foreman-hostgroup '${PUPPET_HOSTGROUP}' --foreman-environment '${PUPPET_ENVIRONMENT}' '${p_name}'"
+    cmd="ai-bs --nova-sshkey imageci --landb-responsible imageci --nova-property centos_test_cleanup=true --nova-property puppet_managed=true --nova-flavor '${flavor}' --nova-image '${IMAGE}' --foreman-hostgroup '${PUPPET_HOSTGROUP}' --foreman-environment '${PUPPET_ENVIRONMENT}' '${p_name}'"
     t_BoldGreen "${cmd}"
     testStart "${TESTTYPE}-${flavor}" "create"
     cmd_output=$(eval ${cmd} 2>&1)
   else
-    cmd="openstack server create --key-name imageci --property landb-responsible=imageci --property centos_test_cleanup=true --flavor '${flavor}' --image '${IMAGE}' '${p_name}'"
+    cmd="openstack server create --key-name imageci --property landb-responsible=imageci --property centos_test_cleanup=true --property puppet_managed=false --flavor '${flavor}' --image '${IMAGE}' '${p_name}'"
     t_BoldGreen "${cmd}"
     testStart "${TESTTYPE}-${flavor}" "create"
     cmd_output=$(eval ${cmd} -c id --format value 2>&1)