commit | 6b0adb7287e23fdecad3e89f9f05613fe28bd035 | [log] [tgz] |
---|---|---|
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | Mon Apr 23 12:56:36 2018 +0000 |
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | Mon Apr 23 13:46:46 2018 +0000 |
tree | c6bb0ff91e12ec2d2fc7f51cc0057534ae064477 | |
parent | 969907feeede6079bed85c930f2819fad9125e19 [diff] |
Fix request header for SDNC resource request Fix request header for SDNC resource request. Change-Id: I254d7139fcbeec00a98f44c8db3661da0425f8c7 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy index ede76c0..64b84e6 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy
@@ -210,13 +210,13 @@ <global-customer-id>${globalCustomerId}</global-customer-id> </service-information> <network-information> - <ecomp-model-information> + <onap-model-information> <model-invariant-uuid>${modelInvariantUuid}</model-invariant-uuid> <model-customization-uuid>${modelCustomizationUuid}</model-customization-uuid> <model-uuid>${modelUuid}</model-uuid> <model-version>${modelVersion}</model-version> <model-name>${modelName}</model-name> - </ecomp-model-information> + </onap-model-information> </network-information> <network-request-input> <network-input-parameters>${netowrkInputParameters}</network-input-parameters>