From 0d17b2dc0c56bb2abf7c6649e31dab975ae02a84 Mon Sep 17 00:00:00 2001
From: David-Sarah Hopwood <david-sarah@jacaranda.org>
Date: Wed, 20 Feb 2013 23:26:15 +0000
Subject: [PATCH] docs: add references to OpenStack/cloud backend in
 configuration.rst and running.rst.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
---
 docs/configuration.rst | 6 ++++++
 docs/running.rst       | 8 ++++++++
 2 files changed, 14 insertions(+)

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
     `<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 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 `<backends/cloud.rst>`__.
+
+
 Socialize
 =========
 
-- 
2.45.2