summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwanghong <w.wanghong@huawei.com>2014-10-09 15:39:27 +0800
committerwanghong <w.wanghong@huawei.com>2014-10-09 15:45:21 +0800
commit1056f9abfb283abb083538b7588a006c1b242d1b (patch)
tree47e3a945746810c5312c443d320d2d60bd09e2a4
parent9025b64a8f2bf5cf01a18453d6728e081bd2c3b9 (diff)
downloadkeystone-1056f9abfb283abb083538b7588a006c1b242d1b.tar.gz
obsolete deployment docs
Now we use 'database' section instead, but the doc does not synchronize. Change-Id: Ie73ec8225ce1290a4b8fdbb5b9db4c566b5ada22 Closes-Bug: #1377101
-rw-r--r--doc/source/configuration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index 398065645..a07378b3e 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -1013,12 +1013,12 @@ Ensure that your ``keystone.conf`` is configured to use a SQL driver:
[identity]
driver = keystone.identity.backends.sql.Identity
-You may also want to configure your ``[sql]`` settings to better reflect your
+You may also want to configure your ``[database]`` settings to better reflect your
environment:
.. code-block:: ini
- [sql]
+ [database]
connection = sqlite:///keystone.db
idle_timeout = 200