We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b6d1f2 + 0f4af39 commit cd2924cCopy full SHA for cd2924c
1 file changed
lib/glance
@@ -114,6 +114,7 @@ function configure_glance {
114
# Set non-default configuration options for registry
115
iniset $GLANCE_REGISTRY_CONF DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
116
iniset $GLANCE_REGISTRY_CONF DEFAULT bind_host $GLANCE_SERVICE_LISTEN_ADDRESS
117
+ iniset $GLANCE_REGISTRY_CONF DEFAULT workers $API_WORKERS
118
local dburl
119
dburl=`database_connection_url glance`
120
iniset $GLANCE_REGISTRY_CONF database connection $dburl
0 commit comments