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/vFW_CNF_CDS/templates/base/base_template.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'heat/vFW_CNF_CDS') diff --git a/heat/vFW_CNF_CDS/templates/base/base_template.yaml b/heat/vFW_CNF_CDS/templates/base/base_template.yaml index da065076..fdf1625c 100644 --- a/heat/vFW_CNF_CDS/templates/base/base_template.yaml +++ b/heat/vFW_CNF_CDS/templates/base/base_template.yaml @@ -82,8 +82,8 @@ resources: #SDC won't allow too dummy resource as it has to find 'topology_template' TOSCA equivalent in heat templates dummy_base: - type: OS::Nova::Server - properties: - name: test - image: test - flavor: test + type: OS::Nova::Server + properties: + name: test + image: test + flavor: test -- cgit 1.2.3-korg