From 1f5ef678b4298fdef56e168dd802627a80f6f441 Mon Sep 17 00:00:00 2001 From: gwu Date: Tue, 17 Jul 2018 22:36:47 -0700 Subject: Bug fix on HEAT template HTTP_PROXY Various boot scripts should have been checking for "no_proxy" but were checking for " " instead. This fixes the issue. Also add default values for HTTP_PROXY variables. Change-Id: I5245018a7bb9c33b84ac3096d8a9c0986b2e976c Issue-ID: OOM-1275 Signed-off-by: gwu --- heat/ONAP/onap_openstack.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'heat/ONAP') diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index 771cdfb2..2eaaf738 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -144,10 +144,12 @@ parameters: http_proxy: type: string description: http proxy address + default: 'no_proxy' https_proxy: type: string description: https proxy address + default: 'no_proxy' ###################### # # -- cgit 1.2.3-korg