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 2a9900d + 96269d8 commit 5920637Copy full SHA for 5920637
1 file changed
lib/glance
@@ -345,7 +345,7 @@ function start_glance {
345
if [[ "$WSGI_MODE" == "uwsgi" ]]; then
346
run_process g-api "$GLANCE_BIN_DIR/uwsgi --procname-prefix glance-api --ini $GLANCE_UWSGI_CONF"
347
else
348
- run_process g-api "$GLANCE_BIN_DIR/glance-api --config-file=$GLANCE_CONF_DIR/glance-api.conf"
+ run_process g-api "$GLANCE_BIN_DIR/glance-api --config-dir=$GLANCE_CONF_DIR"
349
fi
350
351
echo "Waiting for g-api ($GLANCE_SERVICE_HOST) to start..."
0 commit comments