From e4c7406d3142c4697a40aea5dd013d5cb63c8dae Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 24 Mar 2021 13:21:09 -0400 Subject: Update versions for sli fix Update versions of ccsdk artifacts/parents to pick up version with sli fix Change-Id: I0d8d0dee73de5bdddc431935821b47f8a6f9a699 Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney Former-commit-id: 93b7db8d89d06ed99fad0e1cc6af732a85419296 --- installation/src/main/properties/generic-resource-api-dg.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installation/src/main/properties/generic-resource-api-dg.properties') diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index 980a2819..b29d3c08 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -1,7 +1,7 @@ restapi.templateDir=/opt/onap/sdnc/restapi/templates controller.url=http://localhost:8181 controller.user=${ODL_USER} -controller.pwd=${ODL_HOST} +controller.pwd=${ODL_PASSWORD} honeycomb.url=http://{honeycomb-instance-ip}:8183 honeycomb.user=${HONEYCOMB_USER} honeycomb.pwd=${HONEYCOMB_PASSWORD} -- cgit 1.2.3-korg