Skip to content

Commit e626c77

Browse files
committed
fix NO_PROXY again
1 parent 19e4a4d commit e626c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/kayobe-automation-run-tempest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@
139139
--env TEMPEST_CONF_OVERRIDES="$TEMPEST_CONF_OVERRIDES"
140140
--env TEMPEST_NO_PROXY_EXTRA
141141
--env RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES
142-
--env HTTP_PROXY="$TEMPEST_NO_PROXY"
142+
--env HTTP_PROXY="$TEMPEST_HTTP_PROXY"
143143
--env HTTPS_PROXY="$TEMPEST_HTTPS_PROXY"
144-
--env NO_PROXY
144+
--env NO_PROXY="$TEMPEST_NO_PROXY"
145145
{% if tempest_load_list_path is defined -%}
146146
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
147147
{% endif -%}

0 commit comments

Comments
 (0)