Move jolokia to top-level directory
[controller.git] / opendaylight / commons / jolokia / src / main / resources / org.jolokia.osgi.cfg
diff --git a/opendaylight/commons/jolokia/src/main/resources/org.jolokia.osgi.cfg b/opendaylight/commons/jolokia/src/main/resources/org.jolokia.osgi.cfg
deleted file mode 100644 (file)
index bb9c367..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#ODL Default Jolokia Configuration File
-
-# The default strategy is to use "service-all", which requires AAA to be installed to access
-# Jolokia REST endpoints at runtime.  AAA is responsible for creating and registering the
-# Authenticator service with the OSGi service registry.
-org.jolokia.authMode=service-all
-
-# The below may be uncommented by the operator to enable basic authentication for Jolokia. Prior
-# to the Oxygen release, only basic authentication was available.  This is provided to show how
-# backwards compatibility can be achieved.
-#org.jolokia.authMode=basic
-#org.jolokia.user=admin
-#org.jolokia.password=admin