![Thiago da Silva](/assets/img/avatar_default.png)
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>
Ceph object server backend for OpenStack Swift
Installation
-
Install the RADOS object server:
sudo python setup.py install
-
Modify your object-server.conf to use the new object server:
[app:object-server] use = egg:swift_ceph_backend#rados_object
-
Set the user and pool for Ceph in the [DEFAULT] section in the same file:
[DEFAULT] rados_user = swift rados_pool = swift
Description
Languages
Python
100%