[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / ecompGuideLineValidator / heatNovaServerAvailabilityZoneName / negative / firstVol.yaml
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