summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/ecompGuideLineValidator/heatNovaServerMetaDataValidation/negative/firstVol.yaml
blob: 7e82b2a7e68b52099c296076f4f633a7cc0ce2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; backgro
heat_template_version:  2013-05-23

parameters:
   not_null:
     type: number
     label: not_number


resources:
   volume_expose:
     type: OS::Cinder::Volume
     properties:
       not_null: not_null
outputs:
  not_expose_resource_network_output:
    description: the pcrf_server
    value: { get_resource: volume_expose }