File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ GLANCE_MULTIPLE_FILE_STORES=${GLANCE_MULTIPLE_FILE_STORES:-fast}
7575GLANCE_DEFAULT_BACKEND=${GLANCE_DEFAULT_BACKEND:- fast}
7676
7777GLANCE_CACHE_DIR=${GLANCE_CACHE_DIR:= $DATA_DIR / glance/ cache}
78- GLANCE_CACHE_DRIVER=${GLANCE_CACHE_DRIVER:- sqlite }
78+ GLANCE_CACHE_DRIVER=${GLANCE_CACHE_DRIVER:- centralized_db }
7979
8080# Full Glance functionality requires running in standalone mode. If we are
8181# not in uwsgi mode, then we are standalone, otherwise allow separate control.
@@ -432,6 +432,7 @@ function configure_glance {
432432 iniset $GLANCE_API_CONF DEFAULT bind_host $GLANCE_SERVICE_LISTEN_ADDRESS
433433 iniset $GLANCE_API_CONF DEFAULT bind_port $GLANCE_SERVICE_PORT_INT
434434 iniset $GLANCE_API_CONF DEFAULT workers " $API_WORKERS "
435+ iniset $GLANCE_API_CONF DEFAULT worker_self_reference_url $GLANCE_URL
435436 fi
436437
437438 if [[ " $GLANCE_ENFORCE_SCOPE " == True || " $ENFORCE_SCOPE " == True ]] ; then
You can’t perform that action at this time.
0 commit comments