diff options
Diffstat (limited to 'tests/reserved_subnet.sh')
-rw-r--r-- | tests/reserved_subnet.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reserved_subnet.sh b/tests/reserved_subnet.sh index 6152a1b..839d38f 100644 --- a/tests/reserved_subnet.sh +++ b/tests/reserved_subnet.sh @@ -51,7 +51,7 @@ if [ $# -eq 1 ]; then fi fi -source /opt/copper/admin-openrc.sh +source /tmp/copper/admin-openrc.sh echo "Create Congress policy 'test'" if [[ $(openstack congress policy show test | awk "/ id / { print \$4 }") ]]; then unclean; fi |