aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/attGuideLineValidator/heatNovaServerNameValidation/positive/second.yaml
blob: bb06b9d60a02a577facd4a70acfad159862a7097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
heat_template_version: 2013-05-23

description: heat second

resources:
  network_expose:
    type: OS::Neutron::Net

outputs:
  expose_resource_network_output:
    description: the pcrf_server
    value: { get_resource: network_expose }