Document pkiz as provider in config

The pkiz provider wasn't documented as an option in the sample
config file.

Change-Id: I2657f46cb02d5bf044c6b9974257b41a0e839995
This commit is contained in:
Brant Knudson 2014-06-18 19:00:46 -05:00 committed by Dolph Mathews
parent d4fe9a6f7a
commit e03c7af51c
2 changed files with 4 additions and 3 deletions

@ -1309,8 +1309,8 @@
# Controls the token construction, validation, and revocation
# operations. Core providers are
# "keystone.token.providers.[pki|uuid].Provider". (string
# value)
# "keystone.token.providers.[pkiz|pki|uuid].Provider". The
# default provider is pkiz. (string value)
#provider=<None>
# Token persistence backend driver. (string value)

@ -197,7 +197,8 @@ FILE_OPTIONS = {
cfg.StrOpt('provider', default=None,
help='Controls the token construction, validation, and '
'revocation operations. Core providers are '
'"keystone.token.providers.[pki|uuid].Provider".'),
'"keystone.token.providers.[pkiz|pki|uuid].'
'Provider". The default provider is pkiz.'),
cfg.StrOpt('driver',
default='keystone.token.backends.sql.Token',
help='Token persistence backend driver.'),