diff options
author | 2020-03-26 16:03:47 +0100 | |
---|---|---|
committer | 2020-03-26 16:06:13 +0100 | |
commit | 676591091ff3c154193213b26103c694f1a5f1be (patch) | |
tree | 12bce87cd541ace6b55fd1cd83a1c73dc527cb2c /heat/vFW_CNF_CDS/templates/base/base_template.yaml | |
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/vFW_CNF_CDS/templates/base/base_template.yaml')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/base/base_template.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
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 |