From 7700d5a825e48ea5f536e580df5c769a7224afcc Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Mon, 20 Jul 2020 17:01:41 -0700 Subject: [PATCH] Fix setting enabled_import_methods if glance is standalone I forgot to update devstack with the section name when I did Grenade. Change-Id: I928072e935e7a7ec24609cdc4522c96f65d3ba3b --- lib/glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/glance b/lib/glance index 5fc7a7f0c3..3e5ebde935 100644 --- a/lib/glance +++ b/lib/glance @@ -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