BUG 5932 - Remove NETCONF property 38/40038/4
authorJakub Morvay <jmorvay@cisco.com>
Wed, 8 Jun 2016 13:42:46 +0000 (15:42 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 10 Jun 2016 09:54:27 +0000 (09:54 +0000)
Remove netconf.ssh.pk.path property from controller
etc/custom.properties file. It is netconf's project responsibility to
manage its own properties.

Needs to be merged after https://git.opendaylight.org/gerrit/#/c/39941/

Change-Id: Ib4d882c911682cc8a6844511c935f89aeddbced6
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties

index 71b975d8a6ca93b0418d372f2989b2e126043651..9a0843c13150e3b1f38ab621ef48272c84e6a028 100644 (file)
@@ -13,8 +13,6 @@ org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
 # Use Equinox as default OSGi Framework Implementation
 karaf.framework=equinox
 
 # Use Equinox as default OSGi Framework Implementation
 karaf.framework=equinox
 
-# Use Linux style path
-netconf.ssh.pk.path = ./configuration/RSA.pk
 # Set security provider to BouncyCastle
 org.apache.karaf.security.providers = org.bouncycastle.jce.provider.BouncyCastleProvider
 
 # Set security provider to BouncyCastle
 org.apache.karaf.security.providers = org.bouncycastle.jce.provider.BouncyCastleProvider