]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Removed auth entries from general. Part of an auth-specific section now.
authorJohn Wilkins <john.wilkins@inktank.com>
Wed, 27 Feb 2013 21:26:59 +0000 (13:26 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Wed, 27 Feb 2013 21:26:59 +0000 (13:26 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/configuration/general-config-ref.rst

index 4b541b240e449fd2048df57f998be47f13aa5416..5e9a183f0424946540b48aeb3a3a58b2da32ca1a 100644 (file)
@@ -2,61 +2,6 @@
  General Config Reference
 ==========================
 
-``auth supported``
-
-.. deprecated:: 0.51
-
-:Description: Indicates the type of authentication used. Currently ``cephx`` 
-              only. If not specified, it defaults to ``none``.
-
-:Type: String
-:Required: No
-:Default: ``none``
-
-    
-``auth cluster required``
-
-.. versionadded:: 0.51
-
-:Description: Enables authentication for the cluster. 
-              Valid setting is ``cephx``.
-
-:Type: String
-:Required: No
-:Default: ``none``
-
-    
-``auth service required``
-
-.. versionadded:: 0.51
-
-:Description: Enables authentication for the service. 
-              Valid setting is ``cephx``.
-
-:Type: String
-:Required: No
-:Default: ``none``
-
-
-
-``auth client required``
-
-.. versionadded:: 0.51
-
-:Description: Enables authentication for the client. 
-              Valid setting is ``cephx``.
-
-:Type: String
-:Required: No
-:Default: ``none``
-
-
-``keyring``
-
-:Description: The path to the cluster's keyring file. 
-:Type: String
-:Required: No
-:Default: ``/etc/ceph/$cluster.$name.keyring,/etc/ceph/$cluster.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin``
 
 
 ``fsid``