diff options
author | Patrick Brady <pb071s@att.com> | 2017-12-13 14:01:55 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-12-13 14:02:16 -0800 |
commit | e92202bd9c090702deaa987ba67321772f8d820e (patch) | |
tree | 119641ac7d81bbbf33550932356904e61ed1a717 /appc-dispatcher/appc-request-handler/appc-request-handler-core | |
parent | 781b1a6df324419c846c84ea983c18fc8362bfd3 (diff) |
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 <pb071s@att.com>
Issue-ID: APPC-13
Diffstat (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-core')
2 files changed, 2 insertions, 2 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/resources/org/onap/appc/default.properties b/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/resources/org/onap/appc/default.properties index 9bf3b6c1a..e11308cd3 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/resources/org/onap/appc/default.properties +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/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},. #Property below provided by appc.properties appc.LCM.provider.url=https://localhost:8443/restconf/operations/appc-provider-lcm diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/resources/org/onap/appc/default.properties b/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/resources/org/onap/appc/default.properties index 80e77b261..e42d7ef74 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/resources/org/onap/appc/default.properties +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/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=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},. # # Certificate keystore and truststore |