From a407886259d6ae4b4087d7872d99554ce2278563 Mon Sep 17 00:00:00 2001 From: Robb Romans Date: Fri, 30 Jan 2015 14:21:14 -0600 Subject: [PATCH] Specify keystone SQL revocation driver The default keystone configuration file included with most distributions uses the deprecated 'keystone.contrib.revoke.backends.kvs' revocation backend driver. Use the keystone.contrib.revoke.backends.sql driver instead. Change-Id: I2c125fbd62346063f6cf2dd8ed71fcc85095f402 backport: juno Closes-Bug: 1404969 --- doc/install-guide/section_keystone-install.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/install-guide/section_keystone-install.xml b/doc/install-guide/section_keystone-install.xml index c07f98ca43..4dececdc67 100644 --- a/doc/install-guide/section_keystone-install.xml +++ b/doc/install-guide/section_keystone-install.xml @@ -93,6 +93,13 @@ connection = mysql://keystone:KEYSTONE_DBPASS@ + + + In the [revoke] section, configure + the SQL revocation driver: + [revoke] +... +driver = keystone.contrib.revoke.backends.sql.Revoke (Optional) To assist with troubleshooting,