From 537860acfcb08280bfc94cb562971842d31eac92 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 25 Mar 2020 16:18:07 -0400 Subject: Restore SO_URL to usecases controller When a trailing "/" is added to the CONTEXT_URI, it will likely break the usecases SO operations. Thus the SO_URL is being reinstituted for this one actor. Issue-ID: POLICY-2441 Change-Id: I360d1701a0615309a27afbdf7da83f68505626d4 Signed-off-by: Jim Hahn --- .../src/main/feature/config/controlloop.properties.environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment') diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment b/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment index fdd8d421e..78e74c6c2 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment @@ -31,7 +31,7 @@ aai.url=https://${envd:AAI_HOST}:${envd:AAI_PORT:443}/${envd:AAI_CONTEXT_URI} aai.username=${envd:AAI_USERNAME} aai.password=${envd:AAI_PASSWORD} -so.url=https://${envd:SO_HOST}:${envd:SO_PORT:443}/${envd:SO_CONTEXT_URI} +so.url=${envd:SO_URL} so.username=${envd:SO_USERNAME} so.password=${envd:SO_PASSWORD} -- cgit 1.2.3-korg