X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=karaf%2Fopendaylight-karaf-resources%2Fsrc%2Fmain%2Fresources%2Fetc%2Fcustom.properties;h=a21e20ee035fc1c4902c85709d423d59b6184f8c;hp=e726b800d25778bae39aca3de1ef43f067411de7;hb=f1ca77023bf3fc98df26214d32360136b196e464;hpb=f39ec0eea4ce3f2a9be935887097a7e974adf5e0 diff --git a/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties b/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties index e726b800d2..a21e20ee03 100644 --- a/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties +++ b/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties @@ -1,20 +1,6 @@ # Extra packages to import from the boot class loader org.osgi.framework.system.packages.extra=org.apache.karaf.branding,sun.reflect,sun.reflect.misc,sun.misc,sun.nio.ch -# Override the config.properties to remove -# ${services-${karaf.framework}} -# This is to work around: -# https://issues.apache.org/jira/browse/KARAF-3092 -# Which should be fixed in karaf 3.0.2 -# Which is not as of today (2014-08-24) released. -# Since it is biting folks, we need to fix it here -# Please remove this when we shift to karaf 3.0.2 -org.osgi.framework.system.capabilities= \ - ${eecap-${java.specification.version}}, \ - service-reference;effective:=active;objectClass=org.osgi.service.packageadmin.PackageAdmin, \ - service-reference;effective:=active;objectClass=org.osgi.service.startlevel.StartLevel, \ - service-reference;effective:=active;objectClass=org.osgi.service.url.URLHandlers - # https://bugs.eclipse.org/bugs/show_bug.cgi?id=325578 # Extend the framework to avoid the resources to be presented with # a URL of type bundleresource: but to be presented as file: @@ -36,6 +22,7 @@ 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 org.apache.karaf.security.providers = org.bouncycastle.jce.provider.BouncyCastleProvider