Merge "Removed the hardcoded value and used the env var"

This commit is contained in:
Zuul 2019-03-12 19:38:46 +00:00 committed by Gerrit Code Review
commit d70e49656b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ drydock_cmd_stdout() {
--dns ${dns_server} \
-v "${BUILD_WORK_DIR}:/work" \
-e DD_URL=http://drydock-api.ucp.svc.cluster.local:9000 \
-e OS_AUTH_URL=http://keystone.ucp.svc.cluster.local:80/v3 \
-e OS_AUTH_URL=${AIRSHIP_KEYSTONE_URL} \
-e OS_USERNAME=shipyard \
-e OS_USER_DOMAIN_NAME=default \
-e OS_PASSWORD="${SHIPYARD_PASSWORD}" \