diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/base')
-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 |