X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Flcm%2Fnf%2Fconst.py;h=9cedf4bc557b0168420cc6591060d8f3287906d6;hb=b93d7d14d01f85f8a5511ec978b3c0bb9c076e7c;hp=f4b9ec5f81f75240d3680d6077867f172c8f4b33;hpb=11b2eb88abbc31b7443512fdf24c9c744030cd97;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/lcm/nf/const.py b/lcm/lcm/nf/const.py index f4b9ec5f..9cedf4bc 100644 --- a/lcm/lcm/nf/const.py +++ b/lcm/lcm/nf/const.py @@ -247,9 +247,9 @@ vnfd_model_dict = { "local_storage_id1", "local_storage_id2" ], - "volume_storages": [ + "virtual_storages": [ { - "volume_storage_id": "volume_storage1", + "virtual_storage_id": "volume_storage1", "location": "/usr/data", "device": "/dev/hda1" } @@ -340,7 +340,7 @@ vnfd_model_dict = { "volume_storage_id": "volume_storage1", "description": "", "properties": { - "size": "100 GB", + "size": "\"100 GB\"", "volume_id": "", "volume_name": "volumeStorage1", "custom_volume_type": "type1", @@ -674,7 +674,7 @@ vnfdModel = { }, "volume_name": "test", "custom_volume_type": "test", - "size": "10 GB", + "size_of_storage": "\"10 GB\"", }, "image_file": "test", }, @@ -780,10 +780,11 @@ vnfdModel = { }, }, }, - "virtual_storage": { + "virtual_storages": [{ + "virtual_storage_id": "test", "type_of_storage": "ephemeral", "size_of_storage": "10 GB", - }, + }], "type": "tosca.nodes.nfv.Vdu.Compute", "artifacts": [ {