Merge "update install and configure document"
[so.git] / bpmn / so-bpmn-tasks / src / main / java / org / onap / so / client / adapter / vnf / mapper / VnfAdapterVfModuleObjectMapper.java
index 1d87b70..515f04b 100644 (file)
@@ -178,6 +178,9 @@ public class VnfAdapterVfModuleObjectMapper {
                if (requestContext.getUserParams() != null) {
                        paramsMap.putAll(requestContext.getUserParams());
                }
+               if (vfModule.getCloudParams() != null) {
+                       paramsMap.putAll(vfModule.getCloudParams());
+               }
                return paramsMap;
        }