From: David-Sarah Hopwood <david-sarah@jacaranda.org>
Date: Wed, 20 Feb 2013 23:26:15 +0000 (+0000)
Subject: docs: add references to OpenStack/cloud backend in configuration.rst and running... 
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22news.html/something?a=commitdiff_plain;h=70b8d5ac674e4c1f5e082c526cf46c6e60cba62b;p=tahoe-lafs%2Ftahoe-lafs.git

docs: add references to OpenStack/cloud backend in configuration.rst and running.rst.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
---

diff --git a/docs/configuration.rst b/docs/configuration.rst
index 7c7bdbc7..5acc04e4 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -462,6 +462,12 @@ Storage Server Configuration
     `<backends/cloud.rst>`__. For backward compatibility, ``backend = s3``
     is equivalent to ``backend = cloud.s3``.
 
+``backend = cloud.openstack``
+
+    The storage server stores all shares to a storage service supporting
+    the OpenStack storage API, for example Rackspace Cloud Files. For
+    configuration details, see `<backends/cloud.rst>`__.
+
 ``backend = debug_discard``
 
     The storage server stores all shares in /dev/null. This is actually used,
diff --git a/docs/running.rst b/docs/running.rst
index b2734f97..55b14c9a 100644
--- a/docs/running.rst
+++ b/docs/running.rst
@@ -145,6 +145,14 @@ webapi.rst_.
 .. _webapi.rst: frontends/webapi.rst
 
 
+The Cloud Storage backend
+-------------------------
+
+By default, a Tahoe-LAFS storage server will store its shares on the
+local filesystem. To store shares on a cloud storage service (for example
+Amazon S3 or Rackspace Cloud Files) instead, see `<backends/cloud.rst>`__.
+
+
 Socialize
 =========