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-common/src/main | |
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-common/src/main')
-rw-r--r-- | appc-common/src/main/java/org/onap/appc/configuration/Configuration.java | 2 | ||||
-rw-r--r-- | appc-common/src/main/java/org/onap/appc/configuration/ConfigurationFactory.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/appc-common/src/main/java/org/onap/appc/configuration/Configuration.java b/appc-common/src/main/java/org/onap/appc/configuration/Configuration.java index a0acf12cc..937b34196 100644 --- a/appc-common/src/main/java/org/onap/appc/configuration/Configuration.java +++ b/appc-common/src/main/java/org/onap/appc/configuration/Configuration.java @@ -43,7 +43,7 @@ public interface Configuration { String PROPERTY_BOOTSTRAP_FILE_NAME = "org_onap_appc_bootstrap_file"; // String DEFAULT_BOOTSTRAP_FILE_NAME = "appc.properties"; String PROPERTY_BOOTSTRAP_FILE_PATH = "org_onap_appc_bootstrap_path"; // - String DEFAULT_BOOTSTRAP_FILE_PATH = "/opt/openecomp/appc/data/properties,${user.home},etc,../etc"; + String DEFAULT_BOOTSTRAP_FILE_PATH = "/opt/onap/appc/data/properties,${user.home},etc,../etc"; String PROPERTY_RESOURCE_BUNDLES = "org.onap.appc.resources"; String DEFAULT_RESOURCE_BUNDLES = "org/onap/appc/i18n/MessageResources"; diff --git a/appc-common/src/main/java/org/onap/appc/configuration/ConfigurationFactory.java b/appc-common/src/main/java/org/onap/appc/configuration/ConfigurationFactory.java index ee2648847..47ffca7e4 100644 --- a/appc-common/src/main/java/org/onap/appc/configuration/ConfigurationFactory.java +++ b/appc-common/src/main/java/org/onap/appc/configuration/ConfigurationFactory.java @@ -92,7 +92,7 @@ import com.att.eelf.i18n.EELFResourceManager; * <dd>This is a comma-delimited (,) path of directories to be searched to locate the specified file. The first * occurrence of the file is the one loaded, and no additional searching is performed. The path can be specified in * either, or both, the default values and the command line specification. If specified on the command line, the value - * overrides the default values. If omitted, the default path is <code>$/opt/openecomp/appc/data/properties,${user.home},.</code></dd> + * overrides the default values. If omitted, the default path is <code>$/opt/onap/appc/data/properties,${user.home},.</code></dd> * </dl> * * @since Mar 18, 2014 |