We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e27ce2 commit 289eb57Copy full SHA for 289eb57
ansible/kayobe-automation-run-tempest.yml
@@ -139,8 +139,8 @@
139
--env TEMPEST_CONF_OVERRIDES="$TEMPEST_CONF_OVERRIDES"
140
--env TEMPEST_NO_PROXY_EXTRA
141
--env RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES
142
- --env HTTP_PROXY
143
- --env HTTPS_PROXY
+ --env HTTP_PROXY="${HTTP_PROXY}"
+ --env HTTPS_PROXY="${HTTPS_PROXY}"
144
{% if tempest_load_list_path is defined -%}
145
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
146
{% endif -%}
0 commit comments