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-provider/appc-provider-bundle | |
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-provider/appc-provider-bundle')
-rw-r--r-- | appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties b/appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties index 5e9258a09..693cd37a8 100644 --- a/appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties +++ b/appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties @@ -39,7 +39,7 @@ #-------------------------------------------------------------------------------------------- # The path and file used to load user-supplied configuration settings, if any 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},. appc.application.name=APPC |