summaryrefslogtreecommitdiffstats
path: root/lcm
diff options
context:
space:
mode:
Diffstat (limited to 'lcm')
-rw-r--r--lcm/lcm/nf/const.py17
1 files changed, 16 insertions, 1 deletions
diff --git a/lcm/lcm/nf/const.py b/lcm/lcm/nf/const.py
index 47097d52..41596442 100644
--- a/lcm/lcm/nf/const.py
+++ b/lcm/lcm/nf/const.py
@@ -586,7 +586,22 @@ c10_data_get_vm = {
}
vnfdModel = {
- "volume_storages": [],
+ "volume_storages": [
+ {
+ "volume_storage_id": "test",
+ "properties": {
+ "location_info": {
+ "vimid": "test",
+ "tenant": "tenantname_1",
+ "availability_zone": "test",
+ },
+ "volume_name": "test",
+ "custom_volume_type": "test",
+ "size": "1",
+ },
+ "image_file": "test",
+ },
+ ],
"inputs": {
"pe1_id": {
"type": "string",