From cbb065aa43db6a1552aeb51bbb8b1020333a7aba Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 22 Jul 2021 14:51:20 +0000 Subject: Revert "Use new RestClientParameters class in distribution" This reverts commit b59b14d47b590ff94b7c98348c1617990d03c86f. Reason for revert: needs complete rework Issue-ID: POLICY-3456 Change-Id: I7b1f5bb1a9c8cb681808d52b4d6c18377f6a0250 Signed-off-by: Jim Hahn --- .../src/main/resources/etc/defaultConfig.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json') diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json index 36bec4c0..f5fe30d5 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json @@ -71,21 +71,20 @@ "parameterClassName": "org.onap.policy.distribution.forwarding.lifecycle.api.LifecycleApiForwarderParameters", "parameters": { "apiParameters": { - "hostname": "policy-api", + "hostName": "policy-api", "port": 6969, - "useHttps": true, "userName": "healthcheck", "password": "zb!XztG34" }, "papParameters": { - "hostname": "policy-pap", + "hostName": "policy-pap", "port": 6969, - "useHttps": true, "userName": "healthcheck", "password": "zb!XztG34" }, + "isHttps": true, "deployPolicies": true } } } -} +} \ No newline at end of file -- cgit 1.2.3-korg