From 67925c9ce93e8d958893ea846aab2051d40791c3 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sun, 11 Aug 2019 16:17:28 +0000 Subject: [PATCH] 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 --- devstack/lib/zun | 5 ----- 1 file changed, 5 deletions(-) diff --git a/devstack/lib/zun b/devstack/lib/zun index 7cb761a09..a87ed73db 100644 --- a/devstack/lib/zun +++ b/devstack/lib/zun @@ -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 }