From: Christophe Courtaut Date: Mon, 15 Jul 2013 11:39:05 +0000 (+0200) Subject: doc: Modifies keyring path in radosgw config page. X-Git-Tag: v0.68~144^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe13f88c6cef32e0ee6a5ce6f95adb57f863d6fe;p=ceph.git doc: Modifies keyring path in radosgw config page. --- diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index d7526fdd7763..b6542fb0dbf8 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -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