summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gvnfmadapter/driver/interfaces/views.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gvnfmadapter/driver/interfaces/views.py b/gvnfmadapter/driver/interfaces/views.py
index c9b79d1..d8185ec 100644
--- a/gvnfmadapter/driver/interfaces/views.py
+++ b/gvnfmadapter/driver/interfaces/views.py
@@ -64,7 +64,8 @@ class VnfInstInfo(APIView):
input_data = {
"vnfdId": ignorcase_get(requestData, "vnfDescriptorId"),
"vnfInstanceName": ignorcase_get(requestData, "vnfInstanceName"),
- "vnfInstanceDescription": ignorcase_get(requestData, "vnfInstanceDescription")
+ "vnfInstanceDescription": ignorcase_get(requestData, "vnfInstanceDescription"),
+ "vnfmInstId": vnfmid
}
vnfm_id = vnfmid
logger.debug("do_createvnf: request data=[%s],input_data=[%s],vnfm_id=[%s]",