diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2022-11-07 17:11:32 +0000 |
---|---|---|
committer | david.mcweeney <david.mcweeney@est.tech> | 2022-11-17 15:06:30 +0000 |
commit | 743bbccfed9dee1788cf0b2363cbe81ff198cda7 (patch) | |
tree | b3783e41ea562227083837123d64796d587714e1 /plugins/reception-plugins/src/test/resources/handling-sdc.json | |
parent | 2167439935a9f5099a9a30e563388ca9897ca3d2 (diff) |
Update version of SDC-Client to 2.0.0
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: DMAAP-1790
Change-Id: I21edcdafe965a3e17b863e5f8766eeb764cf6bc5
Diffstat (limited to 'plugins/reception-plugins/src/test/resources/handling-sdc.json')
-rw-r--r-- | plugins/reception-plugins/src/test/resources/handling-sdc.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/reception-plugins/src/test/resources/handling-sdc.json b/plugins/reception-plugins/src/test/resources/handling-sdc.json index 8c8a02a4..638a468e 100644 --- a/plugins/reception-plugins/src/test/resources/handling-sdc.json +++ b/plugins/reception-plugins/src/test/resources/handling-sdc.json @@ -1,11 +1,6 @@ { "name" : "parameterConfig1", - "asdcAddress": "localhost", - "messageBusAddress": [ - "a.com", - "b.com", - "c.com" - ], + "sdcAddress": "localhost", "user": "policy", "password": "policy", "pollingInterval":20, @@ -13,7 +8,7 @@ "retryDelay":30, "consumerId": "policy-id", "artifactTypes": [ - "TOSCA_CSAR", + "TOSCA_CSAR", "HEAT" ], "consumerGroup": "policy-group", @@ -22,7 +17,6 @@ "keyStorePassword": "null", "activeServerTlsAuth": false, "isFilterInEmptyResources": true, - "isUseHttpsWithDmaap": false, "isUseHttpsWithSdc": false } |