push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / heat / nested / nestedvolumeseperatefile / inputs / volume.yaml
1 heat_template_version:  2013-05-23
2
3 parameters:
4    not_null:
5      type: number
6      label: not_number
7
8
9 resources: 
10    nove_001_vol:
11      type: OS::Cinder::Volume
12      properties:
13        not_null: not_null
14