no_proxy 127.0.0.1 too

This is now required for the undercloud install to complete.

Change-Id: I0cd97a25a24a340c5cf065cb7cdecb24d4623cef
Related-Bug: 1815814
This commit is contained in:
Ben Nemec 2019-02-13 15:43:06 -06:00
parent 3797a18965
commit 705a561f70
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ then
export DIB_LOCAL_IMAGE=CentOS-7-x86_64-GenericCloud-1802.qcow2
export DIB_DISTRIBUTION_MIRROR=http://mirror.centos.org/centos
export no_proxy=192.168.24.1,192.168.24.2,192.168.24.3
export no_proxy=192.168.24.1,192.168.24.2,192.168.24.3,127.0.0.1
fi
# Set up the undercloud in preparation for running the deployment