diff options
| author | Joe Gordon <joe.gordon0@gmail.com> | 2013-06-26 18:09:13 -0700 |
|---|---|---|
| committer | Joe Gordon <joe.gordon0@gmail.com> | 2013-07-22 13:57:23 -0700 |
| commit | 3f51d2addd38c418a55c01ca2f37e8bbe94319b5 (patch) | |
| tree | f569151e5ed2d48021d16afac66451904f748af0 /doc | |
| parent | 7fde605c5ae4709c6ab578b8080046e3f92c75c0 (diff) | |
| download | keystone-3f51d2addd38c418a55c01ca2f37e8bbe94319b5.tar.gz keystone-3f51d2addd38c418a55c01ca2f37e8bbe94319b5.tar.xz keystone-3f51d2addd38c418a55c01ca2f37e8bbe94319b5.zip | |
Deprecate kvs token backend
This backend is not usable in any production environment. All OpenStack
environments will already have a SQL DB, and if someone does not want to
use the DB they can use the memcache backend.
Fixes bug 1188301 and bug 1188370
DocImpact This backend should not be mentioned in documentation, as it
is not production grade and is deprecated.
Change-Id: I41b147bcc70b79b4fc6df50b242a73cfcad33114
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index c13da952..1c339490 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -492,7 +492,7 @@ Each user can then change their own password with a HTTP PATCH :: -H "X_Auth_Token: <authtokenid>" -d '{"user": {"password": "ABCD", "original_password": "DCBA"}}' In addition to changing their password all of the users current tokens will be -deleted (if the backend used is kvs or sql) +deleted (if the backend used is sql) Inherited Role Assignment Extension |
