From: David-Sarah Hopwood 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/?a=commitdiff_plain;h=5e1785e9030c84c2e92b4d145b88a2cde7194be3;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 --- diff --git a/docs/configuration.rst b/docs/configuration.rst index 112f436e..fc0658d5 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -472,6 +472,12 @@ Storage Server Configuration ``__. 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 ``__. + ``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 d5770ce5..9b20a88c 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -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 ``__. + + Socialize =========