aboutsummaryrefslogtreecommitdiffstats
path: root/generic-resource-api/provider/src/main/java/org/onap/sdnc/northbound/GenericResourceApiUtil.java
diff options
context:
space:
mode:
Diffstat (limited to 'generic-resource-api/provider/src/main/java/org/onap/sdnc/northbound/GenericResourceApiUtil.java')
-rw-r--r--generic-resource-api/provider/src/main/java/org/onap/sdnc/northbound/GenericResourceApiUtil.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic-resource-api/provider/src/main/java/org/onap/sdnc/northbound/GenericResourceApiUtil.java b/generic-resource-api/provider/src/main/java/org/onap/sdnc/northbound/GenericResourceApiUtil.java
index c03bc120..04d0b6fe 100644
--- a/generic-resource-api/provider/src/main/java/org/onap/sdnc/northbound/GenericResourceApiUtil.java
+++ b/generic-resource-api/provider/src/main/java/org/onap/sdnc/northbound/GenericResourceApiUtil.java
@@ -14,7 +14,7 @@ public class GenericResourceApiUtil extends MdsalHelper {
private static final Logger LOG = LoggerFactory.getLogger(GenericResourceApiUtil.class);
- public static final String PROPERTIES_FILE="/opt/bvc/controller/configuration/generic-resource-api.properties";
+ public static final String PROPERTIES_FILE="/opt/opendaylight/current/configuration/generic-resource-api.properties";
private static Properties properties;