diff options
author | Franklin Dsilva <franklin.dsilva@us.fujitsu.com> | 2020-04-03 05:56:47 +0000 |
---|---|---|
committer | Franklin Dsilva <franklin.dsilva@us.fujitsu.com> | 2020-04-03 05:57:11 +0000 |
commit | 795847bcc72949601e286392de6f49317049cc84 (patch) | |
tree | 6d72780f6bcae60eff4e64aaa15550bbe42ba52f /platform-logic/optical-service/src/main/xml/optical-service_aai-delete-service-handling.xml | |
parent | 2be9f6358e5ba9c07cd9e826429169b238124d4b (diff) |
Changes in MSA service flow
to support MDONs use case
Change-Id: I9b17a2ff75dd8f299c7ee9433892a1080e3ca00a
Issue-ID: SDNC-1144
Signed-off-by: Franklin Dsilva <franklin.dsilva@us.fujitsu.com>
Former-commit-id: a52b0013e0aae44cec0a68f6068247bb79c5347b
Diffstat (limited to 'platform-logic/optical-service/src/main/xml/optical-service_aai-delete-service-handling.xml')
-rw-r--r-- | platform-logic/optical-service/src/main/xml/optical-service_aai-delete-service-handling.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/optical-service/src/main/xml/optical-service_aai-delete-service-handling.xml b/platform-logic/optical-service/src/main/xml/optical-service_aai-delete-service-handling.xml index 0f3e967b..e11d061b 100644 --- a/platform-logic/optical-service/src/main/xml/optical-service_aai-delete-service-handling.xml +++ b/platform-logic/optical-service/src/main/xml/optical-service_aai-delete-service-handling.xml @@ -21,7 +21,7 @@ pfx='aai.service' local-only='false'></get-resource> <parameter name="field2" value="`$aai.service.orchestration-status`"/>
<parameter name="field3" value="`$aai.service.relationship-list.relationship_length`"/>
</record>
- <for index='idx' start='0' end='`$aai.service.relationship-list.relationship_length`' >
+ <for index='idx' start='1' end='`$aai.service.relationship-list.relationship_length`' >
<block atomic='true'>
<set>
<parameter name='pnf-name' value='`$aai.service.relationship-list.relationship[$idx].relationship-data[0].relationship-value`' />
@@ -66,4 +66,4 @@ service-instance.service-instance-id = $output.service-instance-id'></delete> key="DELETE FROM REQUEST_DETAILS WHERE request_id = $request-id"></delete>
</block>
</method>
-</service-logic>
\ No newline at end of file +</service-logic>
|