Merge "Remove the unnecessary glance_store config"

This commit is contained in:
Zuul 2019-08-12 02:34:09 +00:00 committed by Gerrit Code Review
commit df9155d33c
1 changed files with 0 additions and 5 deletions

View File

@ -124,11 +124,6 @@ function configure_zun {
create_api_paste_conf
write_uwsgi_config "$ZUN_UWSGI_CONF" "$ZUN_UWSGI" "/container"
if [[ "$USE_PYTHON3" = "True" ]]; then
# Switch off glance->swift communication as swift fails under py3.x
iniset /etc/glance/glance-api.conf glance_store default_store file
fi
fi
}