Ceph backend for Swift
Go to file
Leseb 8afa910924 Merge pull request #1 from briancline/patch-1
Minor updates to README.md
2014-05-18 15:31:04 +02:00
swift_ceph_backend Add Ceph backend for Swift 2014-05-09 18:59:40 +00:00
tests Add Ceph backend for Swift 2014-05-09 18:59:40 +00:00
README.md Minor updates to README.md 2014-05-16 22:30:04 -04:00
setup.py Add Ceph backend for Swift 2014-05-09 18:59:40 +00:00

README.md

Ceph object server backend for OpenStack Swift

Installation

  1. Install the RADOS object server:

     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
    
  3. Set the user and pool for Ceph in the [DEFAULT] section in the same file:

     [DEFAULT]
     rados_user = swift
     rados_pool = swift