aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-03-26 16:19:23 -0400
committerJim Hahn <jrh3@att.com>2020-03-26 17:17:22 -0400
commitfce5f0c0d73ea349954399f623fa1d97597b4f0f (patch)
tree0cbbb76603dff80b307188e91ca2ab3258918bd9 /controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties
parent266520e74db287e0d1fd0ce3715088ce9ffcc883 (diff)
Fix userName property for http clients
The http client property files had "username", but the correct property name is "userName". Fixed. Also updated the models version to the latest snapshot to pick up the fix to the APPC actor. Issue-ID: POLICY-2441 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I4d64efcb5b639526beb145ee0231c6d650098d0f
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties
index 2eb76007c..774bbadb3 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties
@@ -22,6 +22,6 @@ http.client.services.AAI.managed=true
http.client.services.AAI.https=true
http.client.services.AAI.host=${envd:AAI_HOST}
http.client.services.AAI.port=${envd:AAI_PORT}
-http.client.services.AAI.username=${envd:AAI_USERNAME}
+http.client.services.AAI.userName=${envd:AAI_USERNAME}
http.client.services.AAI.password=${envd:AAI_PASSWORD}
http.client.services.AAI.contextUriPath=${envd:AAI_CONTEXT_URI}