diff options
author | prakash.e <prakash.e@huawei.com> | 2019-04-19 18:31:32 +0530 |
---|---|---|
committer | prakash.e <prakash.e@huawei.com> | 2019-04-19 18:32:55 +0530 |
commit | 248b05411470078f37c8364be295a0679509e704 (patch) | |
tree | 1fc0e46e924d0669d3a3b5c3c6a87ad26be3bcdb /platform-logic/generic-resource-api/src/main/xml | |
parent | d6f5a348861c0becfdababee3eaa7ff99240fe5f (diff) |
Fixed get-vf-module-lanport-param DG with proper input param
input parameter is updated with vf-module-request-input which
is copied in parent lan-port-create DG
Change-Id: Ia472883fb8cb166dfd7cd3315d1f46f0ce073cf1
Issue-ID: SDNC-659
Signed-off-by: Prakash.E <prakash.e@huawei.com>
Former-commit-id: 86d8e681534c52c5bb420bb9e3bf188e8303dd15
Diffstat (limited to 'platform-logic/generic-resource-api/src/main/xml')
-rw-r--r-- | platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-vf-module-lanport-param.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-vf-module-lanport-param.xml b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-vf-module-lanport-param.xml index 21f05ed5..72241740 100644 --- a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-vf-module-lanport-param.xml +++ b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-vf-module-lanport-param.xml @@ -3,7 +3,7 @@ xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='GENERIC-RESOURCE-API' version='${project.version}'>
<method rpc='sdwan-get-vf-module-lanport-param' mode='sync'>
<block atomic="true">
- <for index="idx" start="0" end="`$vf-module-topology-operation-input.vf-module-request-input.vf-module-input-parameters.param_length`">
+ <for index="idx" start="0" end="`$vf-module-request-input.vf-module-input-parameters.param_length`">
<block>
<switch test="`$vf-module-request-input.vf-module-input-parameters.param[$idx].name == 'id'`">
<outcome value='true'>
|