Change names of token drivers in init.pp
Documentation for Keystone initialization refers to UPPER or CamelCase names. Keystone drivers use all lowercase, and using an incorrectly cased name will throw a Stevedore load error. Change-Id: I50aa7da46018799224031226d23fa45820b51a20
This commit is contained in:
parent
f27a7f2f01
commit
c4e42008ec
@ -57,7 +57,7 @@
|
||||
# [*token_provider*]
|
||||
# (optional) Format keystone uses for tokens.
|
||||
# Defaults to 'uuid'
|
||||
# Supports PKI, PKIZ, Fernet, and UUID.
|
||||
# Supports pki, pkiz, fernet, and uuid.
|
||||
#
|
||||
# [*token_driver*]
|
||||
# (optional) Driver to use for managing tokens.
|
||||
@ -709,7 +709,7 @@ class keystone(
|
||||
include ::keystone::logging
|
||||
|
||||
if $token_provider == 'uuid' {
|
||||
warning('Fernet token is recommended in Mitaka release. The default for token_provider will be changed to Fernet in O release.')
|
||||
warning("Fernet token is recommended in Mitaka release. The default for token_provider will be changed to 'fernet' in O release.")
|
||||
}
|
||||
|
||||
if $service_provider {
|
||||
|
Loading…
x
Reference in New Issue
Block a user