]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added new docs to index.
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 14 Apr 2014 16:18:26 +0000 (09:18 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 14 Apr 2014 16:18:26 +0000 (09:18 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/index.rst

index d9be66b3d8f6903b923bb9bd82f49dd3ef61c326..5599d2e75c5a3f7e0809ddb5d47bcb85ce3fdda9 100644 (file)
@@ -3,7 +3,7 @@
 =====================
 
 :term:`Ceph Object Gateway` is an object storage interface built on top of
-``librgw`` and ``librados`` to provide applications with a RESTful gateway to
+``librgw`` to provide applications with a RESTful gateway to
 Ceph Storage Clusters. :term:`Ceph Object Storage` supports two interfaces:
 
 #. **S3-compatible:** Provides object storage functionality with an interface 
@@ -13,7 +13,7 @@ Ceph Storage Clusters. :term:`Ceph Object Storage` supports two interfaces:
    that is compatible with a large subset of the OpenStack Swift API.
    
 Ceph Object Storage uses the Ceph Object Gateway daemon (``radosgw``), which is
-a FastCGI module for interacting with ``librgw`` and ``librados``. Since it
+a FastCGI module for interacting with ``librgw``. Since it
 provides interfaces compatible with OpenStack Swift and Amazon S3, the Ceph
 Object Gateway has its own user management. Ceph Object Gateway can store data
 in the same Ceph Storage Cluster used to store data from Ceph Filesystem clients
@@ -23,9 +23,9 @@ you may write data with one API and retrieve it with the other.
 .. ditaa::  +------------------------+ +------------------------+
             |   S3 compatible API    | |  Swift compatible API  |
             +------------------------+-+------------------------+
-            |                     radosgw                       |
+            |                      radosgw                      |
             +---------------------------------------------------+
-            |                     librados                      |
+            |                      librgw                       |
             +------------------------+-+------------------------+
             |          OSDs          | |        Monitors        |
             +------------------------+ +------------------------+   
@@ -40,10 +40,12 @@ you may write data with one API and retrieve it with the other.
        Simple Configuration <config>
        Federated Configuration <federated-config>
        Config Reference <config-ref>
+       Admin Guide <admin>
        Purging Temp Data <purge-temp>
        S3 API <s3>
        Swift API <swift>
        Admin Ops API <adminops>
+       OpenStack Keystone Integration <keystone>
        troubleshooting
        Manpage radosgw <../../man/8/radosgw>
        Manpage radosgw-admin <../../man/8/radosgw-admin>