kolla-ansible/releasenotes/notes/container-proxy-settings-for-magnum-0300dad7ee461865.yaml

20 lines
596 B
YAML
Raw Normal View History

---
features: |
Update container_proxy with configurable proxy settings
Added three new properties:
- container_http_proxy
This defaults to an empty string. To set a proxy adjust this
property to something like "http://proxy-server.organization.com:port"
- container_https_proxy
This defaults to an empty string. To set a proxy adjust this
property to something like "https://proxy-server.organization.com:port"
- container_no_proxy
This defaults to some preconfigured settings which should suit.
If needed this can also be adjusted.