aboutsummaryrefslogtreecommitdiffstats
path: root/heat
diff options
context:
space:
mode:
authorgwu <gary.i.wu@huawei.com>2018-07-17 22:36:47 -0700
committergwu <gary.i.wu@huawei.com>2018-07-17 22:50:41 -0700
commit1f5ef678b4298fdef56e168dd802627a80f6f441 (patch)
tree76cf713ad1b53438055ae83eee1219e5195bcda1 /heat
parent534ba4b901b31b987b0c92e1d012758eadd1a954 (diff)
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 <gary.i.wu@huawei.com>
Diffstat (limited to 'heat')
-rw-r--r--heat/ONAP/onap_openstack.yaml2
1 files changed, 2 insertions, 0 deletions
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'
######################
# #