From 12268677589907e8d10aec6d5aa09c2f72c0ab77 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Mon, 8 Sep 2014 15:35:48 +0530 Subject: [PATCH] Mention storage backends in Associated Projects Change-Id: I6d88cfe668a557c41e6e6958cd73412ca50c6ba8 Signed-off-by: Prashanth Pai --- doc/source/associated_projects.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/associated_projects.rst b/doc/source/associated_projects.rst index dcdf7b1543..ccd345b1a6 100644 --- a/doc/source/associated_projects.rst +++ b/doc/source/associated_projects.rst @@ -78,6 +78,12 @@ Custom Logger Hooks * `swift-sentry `_ - Sentry exception reporting for Swift +Storage Backends (DiskFile API implementations) +----------------------------------------------- +* `SwiftOnFile `_ - Enables objects created using Swift API to be accessed as files on a POSIX filesystem and vice versa. +* `swift-ceph-backend `_ - Ceph RADOS object server implementation for Swift. +* `kinetic-swift `_ - Seagate Kinetic Drive as backend for Swift + Other -----