Remove the unnecessary glance_store config

The override of the 'default_store' config is a temporary walk-around
a python3 issue. Such walk-around is not needed anymore.

Change-Id: I4a2b2a24f75757d1fb9cd925eecf386b2a1752eb
This commit is contained in:
Hongbin Lu 2019-08-11 16:17:28 +00:00
parent bacbaaa0e2
commit 67925c9ce9

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
}