Browse code

Merge "Fix setting enabled_import_methods if glance is standalone"

Zuul authored on 2020/07/22 11:46:07
Showing 1 changed files
... ...
@@ -195,7 +195,7 @@ function configure_glance {
195 195
 
196 196
     if [[ "$GLANCE_STANDALONE" == "False" ]]; then
197 197
         # NOTE(danms): Do not advertise import methods if we are running in WSGI mode
198
-        iniset $GLANCE_API_CONF enabled_import_methods []
198
+        iniset $GLANCE_API_CONF DEFAULT enabled_import_methods []
199 199
     fi
200 200
 
201 201
     # No multiple stores for swift yet