]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Modifies keyring path in radosgw config page. 432/head
authorChristophe Courtaut <christophe.courtaut@gmail.com>
Mon, 15 Jul 2013 11:39:05 +0000 (13:39 +0200)
committerChristophe Courtaut <christophe.courtaut@gmail.com>
Mon, 15 Jul 2013 11:39:05 +0000 (13:39 +0200)
doc/radosgw/config.rst

index d7526fdd77637f452a8cd281f2fdcbf46b58437d..b6542fb0dbf8f78a34d0260cf742f105386f6cc7 100644 (file)
@@ -173,7 +173,7 @@ Add to Ceph Keyring Entries
 Once you have created a keyring and key for RADOS GW, add it as an entry in
 the Ceph keyring. For example::
 
-       sudo ceph -k /etc/ceph/ceph.keyring auth add client.radosgw.gateway -i /etc/ceph/keyring.radosgw.gateway
+       sudo ceph -k /etc/ceph/ceph.client.admin.keyring auth add client.radosgw.gateway -i /etc/ceph/keyring.radosgw.gateway
        
 
 Restart Services and Start the RADOS Gateway