Thiago da Silva 0a11da7bb0 update to latest swift code
More updates will most likely be needed but these updates
allow for some basic of functionality.

Change-Id: I40ce259a0954be490ece06e93dc0a652c4cf3362
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2015-09-15 16:02:50 +00:00
2015-09-15 16:02:50 +00:00
2014-05-20 17:24:32 +02:00
2014-05-16 22:30:04 -04:00
2015-09-10 14:23:12 +00:00
2015-09-10 14:23:12 +00:00
2015-09-10 14:23:12 +00:00

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
    
Description
Ceph backend for Swift
Readme 93 KiB
Languages
Python 100%