Merge "Fix setting enabled_import_methods if glance is standalone"
diff --git a/lib/glance b/lib/glance
index 5fc7a7f..3e5ebde 100644
--- a/lib/glance
+++ b/lib/glance
@@ -195,7 +195,7 @@
 
     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