From 676591091ff3c154193213b26103c694f1a5f1be Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 26 Mar 2020 16:03:47 +0100 Subject: Fix indentation issues within YAMLs Fixes applied as reported by yamllint. Change-Id: I5320d49799ecdd3ffbc8f9fbb8617554a709c247 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski --- heat/vLB/dnsscaling.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'heat/vLB') diff --git a/heat/vLB/dnsscaling.yaml b/heat/vLB/dnsscaling.yaml index 32c711bc..5b3b0fb2 100644 --- a/heat/vLB/dnsscaling.yaml +++ b/heat/vLB/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 -- cgit 1.2.3-korg