Merge "Fix setting enabled_import_methods if glance is standalone"
This commit is contained in:
commit
e799770f59
@ -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