summaryrefslogtreecommitdiff
path: root/heat_integrationtests/cleanup_test_env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'heat_integrationtests/cleanup_test_env.sh')
-rwxr-xr-xheat_integrationtests/cleanup_test_env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/heat_integrationtests/cleanup_test_env.sh b/heat_integrationtests/cleanup_test_env.sh
index f30189e62..ee32d17a3 100755
--- a/heat_integrationtests/cleanup_test_env.sh
+++ b/heat_integrationtests/cleanup_test_env.sh
@@ -16,14 +16,14 @@
set -ex
-source $DEST/devstack/openrc demo demo
+source $TOP_DIR/openrc demo demo
# delete the network created
openstack router remove subnet router1 heat-subnet
openstack subnet delete heat-subnet
openstack network delete heat-net
-source $DEST/devstack/openrc admin admin
+source $TOP_DIR/openrc admin admin
# delete the flavors created
openstack flavor delete m1.heat_int