summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-10-27 08:34:15 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-10-27 08:34:15 +0000
commit636bd10d4b8a566554df3bd63c8a28cf6c19c6ef (patch)
tree485ec274f4a98d0213a8727f031dc07b9b9a2753
parent9a4a7451a433ec27ac9f0de6cc30e8cd0cdc0cbd (diff)
downloaddefinitions-636bd10d4b8a566554df3bd63c8a28cf6c19c6ef.tar.gz
fixup: Fix variable names in mason.sh
-rwxr-xr-xmason/mason.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/mason/mason.sh b/mason/mason.sh
index 39c2e850..5d27b7cf 100755
--- a/mason/mason.sh
+++ b/mason/mason.sh
@@ -62,14 +62,14 @@ else
echo INFO: Created "$releases_made" release images
fi
-if [ "$TEST_INFRA" = "openstack" ]; then
+if [ "$TEST_INFRASTRUCTURE_TYPE" = "openstack" ]; then
"scripts/release-test-os" \
--deployment-host "$DISTBUILD_ARCH":"$MASON_TEST_HOST" \
--trove-host "$UPSTREAM_TROVE_ADDRESS" \
--trove-id "$TROVE_ID" \
- --net-id "$OPENSTACK_NET_ID" \
+ --net-id "$OPENSTACK_NETWORK_ID" \
"$BUILD_CLUSTER_MORPHOLOGY"
-elif [ "$TEST_INFRA" = "kvmhost" ]; then
+elif [ "$TEST_INFRASTRUCTURE_TYPE" = "kvmhost" ]; then
"scripts/release-test" \
--deployment-host "$DISTBUILD_ARCH":"$MASON_TEST_HOST" \
--trove-host "$UPSTREAM_TROVE_ADDRESS" \