aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_valid_heat/fail/fail1.yaml
blob: 56063085715f4a925430a54f2c3e03dfc7d5db9c (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::Heat::RandomString 
    properties: 
      notprop: { get_param: testparam }