bb06b9d60a02a577facd4a70acfad159862a7097
[sdc.git] /
1 heat_template_version: 2013-05-23
2
3 description: heat second
4
5 resources:
6   network_expose:
7     type: OS::Neutron::Net
8
9 outputs:
10   expose_resource_network_output:
11     description: the pcrf_server
12     value: { get_resource: network_expose }
13
14