diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2022-11-21 12:50:18 +0000 |
---|---|---|
committer | david.mcweeney <david.mcweeney@est.tech> | 2022-11-21 12:50:32 +0000 |
commit | 02741e549fbc54bbe51387b90d1a265281e151ac (patch) | |
tree | d44e88cad60cafc1c12a779e7d5f9c412352d357 | |
parent | d873084e17de71c8ef61e844083a2e8d4e32773e (diff) |
Doc update for - sdc-distribution-client version change
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: DMAAP-1790
Change-Id: I83755fcc14e0581c44cb5cea5d81546501d467e0
-rw-r--r-- | docs/distribution/Distribution-User-Manual.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/distribution/Distribution-User-Manual.rst b/docs/distribution/Distribution-User-Manual.rst index ff7c89d0..e4e5bfe7 100644 --- a/docs/distribution/Distribution-User-Manual.rst +++ b/docs/distribution/Distribution-User-Manual.rst @@ -499,10 +499,7 @@ A configuration example "sdcConfiguration":{ "parameterClassName":"org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandlerConfigurationParameterGroup", "parameters":{ - "asdcAddress": "sdc-be.onap:8443", - "messageBusAddress": [ - "message-router.onap" - ], + "sdcAddress": "sdc-be.onap:8443", "user": "policy", "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U", "pollingInterval":20, @@ -518,7 +515,11 @@ A configuration example "keyStorePassword": "null", "activeserverTlsAuth": false, "isFilterinEmptyResources": true, - "isUseHttpsWithDmaap": true + "isUseHttpsWithSdc": true, + "httpsProxyHost": , + "httpProxyHost": , + "httpsProxyPort": 0, + "httpProxyPort": 0 } } }, |