push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / vol_att / volume_file_nested_in_main_file_in_manifest / inputfiles / MANIFEST.json
1 {
2   "name": "vMME_Small",
3   "description": "HOT template to create 2 cinder volume attachment",
4   "version": "2013-05-23",
5   "data": [
6     {
7       "file": "hot_template.yml",
8       "type": "HEAT",
9       "isBase": "false",
10       "data":[
11         {
12           "file": "a_vol.yml",
13           "type": "HEAT_VOL",
14           "isBase": "false"
15         }
16       ]
17     }
18   ]
19 }