Skip to content

Commit 47efa99

Browse files
committed
Update walled garden guide no_proxy defaults
1 parent d56edd5 commit 47efa99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/configuration/walled-garden.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ proxy:
7777
- "127.0.0.1"
7878
- "localhost"
7979
- "{{ ('http://' ~ docker_registry) | urlsplit('hostname') if docker_registry else '' }}"
80-
- "{{ admin_oc_net_name | net_ip(inventory_hostname=groups['seed'][0]) }}"
80+
- "{{ lookup('vars', admin_oc_net_name ~ '_ips')[groups.seed.0] }}"
81+
- "{{ lookup('vars', admin_oc_net_name ~ '_ips')[inventory_hostname] }}"
8182
- "{{ kolla_external_fqdn }}"
8283
- "{{ kolla_internal_fqdn }}"
8384

0 commit comments

Comments
 (0)