7e82b2a7e68b52099c296076f4f633a7cc0ce2cd
[sdc.git] /
1
2 heat_template_version:  2013-05-23
3
4 parameters:
5    not_null:
6      type: number
7      label: not_number
8
9
10 resources:
11    volume_expose:
12      type: OS::Cinder::Volume
13      properties:
14        not_null: not_null
15 outputs:
16   not_expose_resource_network_output:
17     description: the pcrf_server
18     value: { get_resource: volume_expose }
19