Merge "[seaworthy gate] Explicitly configure auth parmaters"

This commit is contained in:
Zuul 2019-05-29 18:58:14 +00:00 committed by Gerrit Code Review
commit b7fb90d5b0
1 changed files with 4 additions and 1 deletions

View File

@ -286,7 +286,10 @@ def sanity_tests = {
withEnv(['TERM_OPTS=-i',
'OSH_EXT_SUBNET=',
'OSH_BR_EX_ADDR=']) {
'OSH_BR_EX_ADDR=',
'OSH_KEYSTONE_URL=https://identity-sw.atlantafoundry.com/v3',
'OSH_REGION_NAME=airship-seaworthy',
'OSH_ADMIN_PASSWD=password123']) {
sh 'tools/tests.sh'
}
}