| ... | ... |
@@ -114,6 +114,7 @@ function configure_glance {
|
| 114 | 114 |
# Set non-default configuration options for registry |
| 115 | 115 |
iniset $GLANCE_REGISTRY_CONF DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL |
| 116 | 116 |
iniset $GLANCE_REGISTRY_CONF DEFAULT bind_host $GLANCE_SERVICE_LISTEN_ADDRESS |
| 117 |
+ iniset $GLANCE_REGISTRY_CONF DEFAULT workers $API_WORKERS |
|
| 117 | 118 |
local dburl |
| 118 | 119 |
dburl=`database_connection_url glance` |
| 119 | 120 |
iniset $GLANCE_REGISTRY_CONF database connection $dburl |