Skip to content

Commit 115536e

Browse files
committed
changing variable names(squash me)
1 parent 36990f1 commit 115536e

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,8 +139,8 @@
139139
--env TEMPEST_CONF_OVERRIDES="$TEMPEST_CONF_OVERRIDES"
140140
--env TEMPEST_NO_PROXY_EXTRA
141141
--env RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES
142-
--env TEMPEST_HTTP_PROXY
143-
--env TEMPEST_HTTPS_PROXY
142+
--env HTTP_PROXY="$TEMPEST_HTTP_PROXY"
143+
--env HTTPS_PROXY="$TEMPEST_HTTPS_PROXY"
144144
{% if tempest_load_list_path is defined -%}
145145
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
146146
{% endif -%}

0 commit comments

Comments
 (0)