add registry.local as a default no_proxy url.

Closes-Bug: 1831507

Change-Id: Ida605ed04412b1b272db825e069c7bab65dd3a12
Signed-off-by: chenyan <yan.chen@intel.com>
This commit is contained in:
chenyan 2019-06-04 10:55:16 +08:00
parent a974b35ce4
commit e2bcaab2b5
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@
default_no_proxy:
- localhost
- 127.0.0.1
- registry.local
- "{{ controller_floating_address }}"
- "{{ derived_network_params.controller_0_address }}"
- "{{ external_oam_floating_address }}"