| ... | ... |
@@ -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 |