Enable uWSGI usage for Ceph backends

Since upstream bug [1] preventing us to disable uWSGI for Ceph was fixed,
we can remove extra logic of disabling uWSGI usage when Ceph is among
configured storages.

[1] https://review.opendev.org/c/openstack/glance_store/+/885581

Change-Id: Ibcd9df6a547febb8f47b88d0c98277b46faf489c
This commit is contained in:
Dmitriy Rabotyagov 2024-01-18 15:27:17 +01:00
parent e4acad2bb6
commit d0f6fd67cc
2 changed files with 6 additions and 2 deletions

View File

@ -303,8 +303,7 @@ glance_api_init_overrides: {}
# With enabled uwsgi glance has broken functionality of
# the interoperable import feature (and maybe smth else)
# We don't use uwsgi if ceph is used to prevent chunking issues
glance_use_uwsgi: "{{ ('rbd' not in glance_available_store_types) }}"
glance_use_uwsgi: True
## Service Names
glance_services:

View File

@ -0,0 +1,5 @@
---
other:
- |
Glance is using uWSGI when Ceph is used as a storage.