From 0460ba4f39cd11701469360d1735b448869c6176 Mon Sep 17 00:00:00 2001 From: Brian Cline Date: Fri, 16 May 2014 22:30:04 -0400 Subject: [PATCH] Minor updates to README.md * Code blocks within ordered lists require 8 spaces rather than 4, so the instructions and configs weren't rendered as code blocks. * A few other minor fixes. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c72cea7..9b91490 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -Ceph backend for Openstack Swift -================================ +Ceph object server backend for OpenStack Swift +============================================== 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: - [app:object-server] - use = egg:swift_ceph_backend#rados_object + [app:object-server] + 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] - rados_user = swift - rados_pool = swift + [DEFAULT] + rados_user = swift + rados_pool = swift