push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / ecompGuideLineValidator / baseHeatDoesNotExposeNetworkAndVolume / negative / first.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat expose volume resource
4
5 resources:
6   net_expose:
7     type: OS::Neutron::Net
8   volume_expose:
9     type: OS::Cinder::Volume
10
11
12
13 outputs:
14   not_expose_resource_network_output:
15     description: the pcrf_server
16     value: { get_param: ServerGroup_expose }
17
18