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 d528256 + 7f9833f commit d3dde55Copy full SHA for d3dde55
stack.sh
@@ -1003,6 +1003,7 @@ if is_service_enabled g-reg; then
1003
cp $GLANCE_DIR/etc/glance-api.conf $GLANCE_API_CONF
1004
iniset $GLANCE_API_CONF DEFAULT debug True
1005
inicomment $GLANCE_API_CONF DEFAULT log_file
1006
+ iniset $GLANCE_API_CONF DEFAULT sql_connection $BASE_SQL_CONN/glance?charset=utf8
1007
iniset $GLANCE_API_CONF DEFAULT use_syslog $SYSLOG
1008
iniset $GLANCE_API_CONF DEFAULT filesystem_store_datadir $GLANCE_IMAGE_DIR/
1009
iniset $GLANCE_API_CONF paste_deploy flavor keystone
0 commit comments