X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvLB_HPA%2Fdnsscaling.yaml;h=5b3b0fb2493acc3b5d87a23f3c02ad311c11ee06;hb=20c542b11d0094fbab48fc5beb9548e93e16fa8a;hp=32c711bc2e3c008936f89324c68108c7792be9e2;hpb=314c0c1e45bc6a4c1ae0e7c030ebbf51b80abb35;p=demo.git diff --git a/heat/vLB_HPA/dnsscaling.yaml b/heat/vLB_HPA/dnsscaling.yaml index 32c711bc..5b3b0fb2 100644 --- a/heat/vLB_HPA/dnsscaling.yaml +++ b/heat/vLB_HPA/dnsscaling.yaml @@ -153,7 +153,7 @@ resources: network: { get_param: vlb_private_net_id } fixed_ips: [{"subnet": { get_param: vlb_private_net_id }, "ip_address": { get_param: vdns_private_ip_0 }}] security_groups: - - { get_param: sec_group } + - { get_param: sec_group } vdns_2_private_1_port: type: OS::Neutron::Port @@ -161,7 +161,7 @@ resources: network: { get_param: onap_private_net_id } fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vdns_private_ip_1 }}] security_groups: - - { get_param: sec_group } + - { get_param: sec_group } vdns_2: type: OS::Nova::Server