Merge pull request #432 from kri5/wip-radosgw-config-doc

doc: Modifies keyring path in radosgw config page.
This commit is contained in:
Sage Weil 2013-07-19 18:27:54 -07:00
commit ea2b98f353

View 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