| ... | ... |
@@ -293,6 +293,9 @@ function configure_keystone {
|
| 293 | 293 |
fi |
| 294 | 294 |
|
| 295 | 295 |
iniset $KEYSTONE_CONF DEFAULT max_token_size 16384 |
| 296 |
+ |
|
| 297 |
+ iniset $KEYSTONE_CONF DEFAULT admin_workers "$API_WORKERS" |
|
| 298 |
+ # Public workers will use the server default, typically number of CPU. |
|
| 296 | 299 |
} |
| 297 | 300 |
|
| 298 | 301 |
function configure_keystone_extensions {
|