Merge "Configurable Keystone admin workers"

This commit is contained in:
Jenkins 2014-09-20 19:38:44 +00:00 committed by Gerrit Code Review
commit 00e3893250

View File

@ -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 {