Merge "Add no_proxy to docker base command"

This commit is contained in:
Zuul 2018-08-02 17:31:08 +00:00 committed by Gerrit Code Review
commit 707f9264ce
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ base_docker_command=$(cat << EndOfCommand
sudo docker run -t --rm --net=host
-e http_proxy=${HTTP_PROXY}
-e https_proxy=${HTTPS_PROXY}
-e no_proxy=${NO_PROXY}
-e OS_AUTH_URL=${OS_AUTH_URL:-http://keystone.${NAMESPACE}.svc.cluster.local:80/v3}
-e OS_USERNAME=${OS_USERNAME:-admin}
-e OS_USER_DOMAIN_NAME=${OS_USER_DOMAIN_NAME:-default}