]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: add references to OpenStack/cloud backend in configuration.rst and running...
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Wed, 20 Feb 2013 23:26:15 +0000 (23:26 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 9 Apr 2014 00:33:55 +0000 (01:33 +0100)
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
docs/configuration.rst
docs/running.rst

index 7c7bdbc7f329c91976dd9e3cce317799d8610e4c..5acc04e4347906150fd44e90335f23f2cb603776 100644 (file)
@@ -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,
index b2734f97020dae7fe453420a95224f46cf3bd2da..55b14c9a1e6c39e5180ebac75ad7ec93e16b838e 100644 (file)
@@ -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
 =========