File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 328328# kolla_enable_horizon_zun:
329329# kolla_enable_influxdb:
330330# kolla_enable_ironic:
331- # kolla_enable_ironic_ipxe:
332331# kolla_enable_ironic_neutron_agent:
333332# kolla_enable_ironic_pxe_uefi:
334333# kolla_enable_iscsid:
Original file line number Diff line number Diff line change 1111# https_proxy:
1212
1313# List of domains, hostnames, IP addresses and networks for which no proxy is
14- # used. Defaults to ["127.0.0.1", "localhost", "{{ docker_registry }}"]. This
15- # is configured only if either http_proxy or https_proxy is set.
14+ # used. Defaults to ["127.0.0.1", "localhost", "{{ ('http://' ~
15+ # docker_registry) | urlsplit('hostname') }}"] if docker_registry is set, or
16+ # ["127.0.0.1", "localhost"] otherwise. This is configured only if either
17+ # http_proxy or https_proxy is set.
1618# no_proxy:
1719
1820# ##############################################################################
You can’t perform that action at this time.
0 commit comments