summaryrefslogtreecommitdiffstats
path: root/tests/adhoc/dmz01-clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/adhoc/dmz01-clean.sh')
-rw-r--r--tests/adhoc/dmz01-clean.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/adhoc/dmz01-clean.sh b/tests/adhoc/dmz01-clean.sh
index 4d19941..d6482c6 100644
--- a/tests/adhoc/dmz01-clean.sh
+++ b/tests/adhoc/dmz01-clean.sh
@@ -27,9 +27,7 @@
if [ $1 == "debug" ]; then set -x #echo on
fi
-source ~/admin-openrc.sh <<EOF
-openstack
-EOF
+source /opt/copper/admin-openrc.sh
echo "Get Congress policy 'test' ID"
test_policy_ID=$(openstack congress policy show test | awk "/ id / { print \$4 }")