BUG-5932: Remove NETCONF startup knobs 66/39366/3
authorRobert Varga <rovarga@cisco.com>
Tue, 24 May 2016 17:07:25 +0000 (19:07 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 6 Jun 2016 07:47:38 +0000 (07:47 +0000)
These options are no longer used by the netconf plugin, remove them.

Change-Id: Idc81c22272c81389c48772bb16bb6a90e1c2a566
Signed-off-by: Robert Varga <rovarga@cisco.com>
karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties

index fe4cd42afe55f7f5ea7b377701ccc2aaffd99c78..71b975d8a6ca93b0418d372f2989b2e126043651 100644 (file)
@@ -13,15 +13,6 @@ org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
 # Use Equinox as default OSGi Framework Implementation
 karaf.framework=equinox
 
-# Netconf startup configuration
-netconf.tcp.address=127.0.0.1
-netconf.tcp.port=8383
-
-netconf.tcp.client.address=127.0.0.1
-netconf.tcp.client.port=8383
-
-netconf.ssh.address=0.0.0.0
-netconf.ssh.port=1830
 # Use Linux style path
 netconf.ssh.pk.path = ./configuration/RSA.pk
 # Set security provider to BouncyCastle