Merge "Configurable Keystone admin workers"
This commit is contained in:
commit
00e3893250
@ -293,6 +293,9 @@ function configure_keystone {
|
||||
fi
|
||||
|
||||
iniset $KEYSTONE_CONF DEFAULT max_token_size 16384
|
||||
|
||||
iniset $KEYSTONE_CONF DEFAULT admin_workers "$API_WORKERS"
|
||||
# Public workers will use the server default, typically number of CPU.
|
||||
}
|
||||
|
||||
function configure_keystone_extensions {
|
||||
|
Loading…
Reference in New Issue
Block a user