]> 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>
Fri, 10 Jul 2015 04:24:46 +0000 (05:24 +0100)
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
docs/configuration.rst
docs/running.rst

index 112f436e8178722232f3af3836cb17918dbae743..fc0658d5c5ccf07ec26afd4eb14a63bb4e6f8117 100644 (file)
@@ -472,6 +472,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 d5770ce56f5aa3c06383bb4dc39b820c23a775e3..9b20a88c7ec528f201d9430309740d8649536fe0 100644 (file)
@@ -166,6 +166,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
 =========