diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-26 16:03:47 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-26 16:06:13 +0100 |
commit | 676591091ff3c154193213b26103c694f1a5f1be (patch) | |
tree | 12bce87cd541ace6b55fd1cd83a1c73dc527cb2c /heat/vLB | |
parent | 314c0c1e45bc6a4c1ae0e7c030ebbf51b80abb35 (diff) |
Fix indentation issues within YAMLs
Fixes applied as reported by yamllint.
Change-Id: I5320d49799ecdd3ffbc8f9fbb8617554a709c247
Issue-ID: INT-1482
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'heat/vLB')
-rw-r--r-- | heat/vLB/dnsscaling.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |