diff options
author | Patrick Brady <pb071s@att.com> | 2018-02-06 16:11:42 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-02-07 19:53:26 +0000 |
commit | 8eb9f5d4a673cb1ab18423b7e84ec8bc6c96c5b6 (patch) | |
tree | 27b79f4690ed142e87be494b89d6f6589f351b36 /appc-config/appc-encryption-tool/provider | |
parent | b9be91a588d08ec506783473a8af9689fb4fa9b6 (diff) |
Removing old name references
Removing references to bvc, att
Change-Id: I794861fe40b96c922f6e5c011b2fe5d2c4bc515b
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-292
Diffstat (limited to 'appc-config/appc-encryption-tool/provider')
2 files changed, 13 insertions, 13 deletions
diff --git a/appc-config/appc-encryption-tool/provider/src/main/java/org/onap/appc/encryptiontool/wrapper/DbServiceUtil.java b/appc-config/appc-encryption-tool/provider/src/main/java/org/onap/appc/encryptiontool/wrapper/DbServiceUtil.java index d1be5e6c0..87d1c97c0 100644 --- a/appc-config/appc-encryption-tool/provider/src/main/java/org/onap/appc/encryptiontool/wrapper/DbServiceUtil.java +++ b/appc-config/appc-encryption-tool/provider/src/main/java/org/onap/appc/encryptiontool/wrapper/DbServiceUtil.java @@ -63,7 +63,7 @@ public class DbServiceUtil public static DBResourceManager initDbLibService() throws Exception { props = new Properties(); - File file = new File("/opt/app/bvc/properties/dblib.properties"); + File file = new File("/opt/onap/appc/data/properties/dblib.properties"); URL propURL = file.toURI().toURL(); props.load(propURL.openStream()); jdbcDataSource = new DBResourceManager(props); diff --git a/appc-config/appc-encryption-tool/provider/src/test/resources/svclogic.properties b/appc-config/appc-encryption-tool/provider/src/test/resources/svclogic.properties index ba3e9b820..2c12c32e1 100644 --- a/appc-config/appc-encryption-tool/provider/src/test/resources/svclogic.properties +++ b/appc-config/appc-encryption-tool/provider/src/test/resources/svclogic.properties @@ -18,16 +18,16 @@ # ============LICENSE_END========================================================= ### -com.att.sdnctl.sli.dbtype= -com.att.sdnctl.sli.jdbc.hosts= -com.att.sdnctl.sli.jdbc.url= -com.att.sdnctl.sli.jdbc.database= -com.att.sdnctl.sli.jdbc.user= -com.att.sdnctl.sli.jdbc.password= -com.att.sdnctl.sli.jdbc.connection.name= +org.onap.ccsdk.sli.dbtype= +org.onap.ccsdk.sli.jdbc.hosts= +org.onap.ccsdk.sli.jdbc.url= +org.onap.ccsdk.sli.jdbc.database= +org.onap.ccsdk.sli.jdbc.user= +org.onap.ccsdk.sli.jdbc.password= +org.onap.ccsdk.sli.jdbc.connection.name= -com.att.sdnctl.sli.jdbc.connection.timeout= -com.att.sdnctl.sli.jdbc.request.timeout= -com.att.sdnctl.sli.jdbc.limit.init= -com.att.sdnctl.sli.jdbc.limit.min= -com.att.sdnctl.sli.jdbc.limit.max= +org.onap.ccsdk.sli.jdbc.connection.timeout= +org.onap.ccsdk.sli.jdbc.request.timeout= +org.onap.ccsdk.sli.jdbc.limit.init= +org.onap.ccsdk.sli.jdbc.limit.min= +org.onap.ccsdk.sli.jdbc.limit.max= |