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
This commit is contained in:
Robb Romans 2015-01-30 14:21:14 -06:00
parent 2678ef9637
commit a407886259

View File

@ -93,6 +93,13 @@ connection = mysql://keystone:<replaceable>KEYSTONE_DBPASS</replaceable>@<replac
...
provider = keystone.token.providers.uuid.Provider
driver = keystone.token.persistence.backends.sql.Token</programlisting>
</step>
<step>
<para>In the <literal>[revoke]</literal> section, configure
the SQL revocation driver:</para>
<programlisting language="ini">[revoke]
...
driver = keystone.contrib.revoke.backends.sql.Revoke</programlisting>
</step>
<step>
<para>(Optional) To assist with troubleshooting,