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
This commit is contained in:
parent
56a38c47e2
commit
7700d5a825
@ -195,7 +195,7 @@ function configure_glance {
|
|||||||
|
|
||||||
if [[ "$GLANCE_STANDALONE" == "False" ]]; then
|
if [[ "$GLANCE_STANDALONE" == "False" ]]; then
|
||||||
# NOTE(danms): Do not advertise import methods if we are running in WSGI mode
|
# 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
|
fi
|
||||||
|
|
||||||
# No multiple stores for swift yet
|
# No multiple stores for swift yet
|
||||||
|
Loading…
Reference in New Issue
Block a user