fix preparation test script

OS_AUTH_URL doesn't contains '/2.0' now

Change-Id: Id336e67344db2adc29e4ee95008d74da203d6a6f
Depends-On: Idf4048e064aa49423e45297f7a68168a2f5a7646
This commit is contained in:
Andrey Pavlov 2015-10-08 17:09:47 +03:00 committed by Andrey Pavlov
parent 97746e1550
commit aba962ff77
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ OLD_OS_PASSWORD=$OS_PASSWORD
# bug somewhere
unset OS_AUTH_TYPE
# remove v2.0 from OS_AUTH_URL
export OS_AUTH_URL=$(echo $OS_AUTH_URL | sed -r "s#(.*\/).*#\1#")
if [[ ! -f $TEST_CONFIG_DIR/$TEST_CONFIG ]]; then