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