aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json
diff options
context:
space:
mode:
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-08-08 12:41:35 +0200
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-09 15:52:49 -0400
commit8404b495de1770617d745ab488116714e9d2d06d (patch)
treea879029441bc1a324121e265618f7b0210a001ce /sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json
parent159de601758f7cedcef9359da471f182dcf73781 (diff)
Fix malformed time stamp
Fix malformed time stamp in devicemanager Issue-ID: SDNC-788 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> Change-Id: Ic012457e0587e8018fe03b057d20e8b713a20042
Diffstat (limited to 'sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json')
-rw-r--r--sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json
deleted file mode 100644
index 2c93d8662..000000000
--- a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "sdn-controller" : {
- "dlux" : {
- "ip-version" : "ipv4",
- "host" : "localhost",
- "port" : 8181,
- "transport-protocol" : "http",
- "username" : "admin",
- "password" : "admin"
- },
- "main" : {
- "ip-version" : "ipv4",
- "host" : "localhost",
- "port" : 8181,
- "transport-protocol" : "http",
- "username" : "admin",
- "password" : "admin"
- }
- }
-}
-