bifrost/releasenotes/notes/passing-no-proxy-32191c148442c57d.yaml
KaiFeng Wang dd9782d20e Enable usage of no_proxy on install
http_proxy and https_proxy are passed as enviroment variable, while
no_proxy is not taken into account during bifrost installation.

This patch add no_proxy environment variable to Ansible.

Change-Id: I5eaaf86ff08ca7189aa63b0a709be48e189b5f7c
Closes-Bug: #1708322
2017-08-11 17:35:10 +08:00

6 lines
160 B
YAML

---
fixes:
- |
Supports passing ``no_proxy`` environment variable to Ansible, users
can use ``no_proxy`` to exclude specified hosts from using proxy.