summaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_valid_heat/fail/nestedbad.yaml
blob: 3a550ecd7c7127ab1397f06900cb024f03c3faa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
heat_template_version: 2014-10-16 
 
description: This is a test heat template 
 
parameters: 
 
  testparam: 
    type: string 
    description: This is a test parameter
 
resources: 
 
  test_resource: 
    type: OS::Nova::Server 
    properties: 
      notaprop: { get_param: testparam }