diff options
Diffstat (limited to 'tests/adhoc/smtp_ingress.sh')
-rw-r--r-- | tests/adhoc/smtp_ingress.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/adhoc/smtp_ingress.sh b/tests/adhoc/smtp_ingress.sh index 0616341..b787691 100644 --- a/tests/adhoc/smtp_ingress.sh +++ b/tests/adhoc/smtp_ingress.sh @@ -30,9 +30,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 }") |