diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2021-04-27 16:33:33 +0000 |
---|---|---|
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | 2021-04-27 17:48:12 +0000 |
commit | 71eb3ab680b9d51cfd6fb324d49bcd09c6ff7464 (patch) | |
tree | b17634ca9f94c1c18bb36562f64e2dac44bc1536 /platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml | |
parent | a9d94a31471280c0da6aabcae367262d3ed3937d (diff) |
Bug fixing required for H release.
1) fixing and issue in the modify operation
2) fixing automatic loading of the delete/deallocate DG
3) fixing ESR registration issue
Issue-ID: SDNC-1528
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I2c95d00c400559d8aae57b106bcde3886ed096a6
Former-commit-id: 79ad1bea4f5f5dc831e3d4159b21a3028ef775b3
Diffstat (limited to 'platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml')
-rw-r--r-- | platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml b/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml index 05c011b2..b49057ed 100644 --- a/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml +++ b/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml @@ -9,7 +9,7 @@ <outcome value='Update'>
<block>
<switch test="`$prop.sdncRestApi.type`">
- <outcome value='SOTN'>
+ <outcome value='WAN'>
<block atomic="true">
<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >
<parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />
|