From e92202bd9c090702deaa987ba67321772f8d820e Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 13 Dec 2017 14:01:55 -0800 Subject: Fourth part of onap rename Some paths within the docker image need to be updated from opt/openecomp to opt/onap Change-Id: I74b32ba6906a0b7c44764485dccef6140c21afa3 Signed-off-by: Patrick Brady Issue-ID: APPC-13 --- .../src/main/resources/org/onap/appc/default.properties | 2 +- .../src/test/resources/org/onap/appc/default.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'appc-metric/appc-metric-bundle') diff --git a/appc-metric/appc-metric-bundle/src/main/resources/org/onap/appc/default.properties b/appc-metric/appc-metric-bundle/src/main/resources/org/onap/appc/default.properties index f7eae381e..e42cf60ec 100644 --- a/appc-metric/appc-metric-bundle/src/main/resources/org/onap/appc/default.properties +++ b/appc-metric/appc-metric-bundle/src/main/resources/org/onap/appc/default.properties @@ -25,7 +25,7 @@ # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded # to supply configuration options org.onap.appc.bootstrap.file=appc.properties -org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},. +org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},. diff --git a/appc-metric/appc-metric-bundle/src/test/resources/org/onap/appc/default.properties b/appc-metric/appc-metric-bundle/src/test/resources/org/onap/appc/default.properties index 596705820..5d4dffd2a 100644 --- a/appc-metric/appc-metric-bundle/src/test/resources/org/onap/appc/default.properties +++ b/appc-metric/appc-metric-bundle/src/test/resources/org/onap/appc/default.properties @@ -25,5 +25,5 @@ # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options #org.onap.appc.bootstrap.file=executor-test.properties org.onap.appc.bootstrap.file=appc.properties -org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},. +org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},. -- cgit 1.2.3-korg