UUID Token provider in keystone.conf
Token provider needs to be set to uuid.Provider when the token format is UUID. PKI is the default. Change-Id: I967289524a50f650cdf2476d5067d263dbf55b03 Fixes: bug #1201639
This commit is contained in:
parent
7e3efc6a33
commit
3763141cf7
@ -132,6 +132,11 @@ function configure_keystone() {
|
||||
|
||||
iniset $KEYSTONE_CONF DEFAULT admin_token "$SERVICE_TOKEN"
|
||||
iniset $KEYSTONE_CONF signing token_format "$KEYSTONE_TOKEN_FORMAT"
|
||||
|
||||
if [[ "$KEYSTONE_TOKEN_FORMAT" = "UUID" ]]; then
|
||||
iniset $KEYSTONE_CONF token provider keystone.token.providers.uuid.Provider
|
||||
fi
|
||||
|
||||
iniset $KEYSTONE_CONF sql connection `database_connection_url keystone`
|
||||
iniset $KEYSTONE_CONF ec2 driver "keystone.contrib.ec2.backends.sql.Ec2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user