aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-core/src/test/resources/heatTreeValidationOutput/hot-nimbus-psm_volume.yaml
blob: 288607cf55d2f62b85b836dc2625d72bcdb26476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
heat_template_version:  2013-05-23

parameters:
   not_null:
     type: number
     label: not_number


resources:
 volume_not_expose:
   type: OS::Cinder::Volume
   properties:
     not_null: {get_param: not_null}
     

outputs:
  not_expose_resource_network_output:
    description: the pcrf_server
    value: { get_resource: volume_expose }