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 }