Merge pull request #1 from briancline/patch-1

Minor updates to README.md
This commit is contained in:
Leseb 2014-05-18 15:31:04 +02:00
commit 8afa910924

View File

@ -1,20 +1,20 @@
Ceph backend for Openstack Swift Ceph object server backend for OpenStack Swift
================================ ==============================================
Installation Installation
------------ ------------
1. Install the rados object server: 1. Install the RADOS object server:
sudo python setup.py install sudo python setup.py install
2. Modify your object-server.conf to use the new object server: 2. Modify your object-server.conf to use the new object server:
[app:object-server] [app:object-server]
use = egg:swift_ceph_backend#rados_object use = egg:swift_ceph_backend#rados_object
3. Set the user and pool for Ceph in the [DEFAULT] section: 3. Set the user and pool for Ceph in the [DEFAULT] section in the same file:
[DEFAULT] [DEFAULT]
rados_user = swift rados_user = swift
rados_pool = swift rados_pool = swift