Merge "Fix setting enabled_import_methods if glance is standalone"

This commit is contained in:
Zuul 2020-07-22 02:46:07 +00:00 committed by Gerrit Code Review
commit e799770f59

View File

@ -195,7 +195,7 @@ function configure_glance {
if [[ "$GLANCE_STANDALONE" == "False" ]]; then
# NOTE(danms): Do not advertise import methods if we are running in WSGI mode
iniset $GLANCE_API_CONF enabled_import_methods []
iniset $GLANCE_API_CONF DEFAULT enabled_import_methods []
fi
# No multiple stores for swift yet