From: Marco Platania Date: Mon, 14 May 2018 21:05:49 +0000 (-0400) Subject: Clean up local files in AAF X-Git-Tag: v1.2.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=7d0418424af1dcd7a85e04c94006acc5490c8899 Clean up local files in AAF Change-Id: I961a104b94c1ef0e42a08166e07e3af1888cc0fb Issue-ID: INT-444 Signed-off-by: Marco Platania --- diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index 267f67ea..ab2f4e99 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -2156,7 +2156,6 @@ resources: __nexus_password__: { get_param: nexus_password } __artifacts_version__: { get_param: artifacts_version } __dns_ip_addr__: { get_param: dns_ip_addr } - __local_ip_addr__: { get_param: aaf_ip_addr } __docker_version__: { get_param: aaf_docker } __cloud_env__: { get_param: cloud_env } __external_dns__: { get_param: external_dns } @@ -2174,7 +2173,6 @@ resources: echo "__nexus_password__" > /opt/config/nexus_password.txt echo "__artifacts_version__" > /opt/config/artifacts_version.txt echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt - echo "__local_ip_addr__" > /opt/config/local_ip_addr.txt echo "__docker_version__" > /opt/config/docker_version.txt echo "__cloud_env__" > /opt/config/cloud_env.txt echo "__external_dns__" > /opt/config/external_dns.txt