Disable uWSGI if ceph is used as a store

At the moment there's an issue with chunking in case uwsgi is used
with ceph backend.

Change-Id: I48feac2ea789782e55bd49196e631cd4df9778ce
Related-Bug: #1916482
(cherry picked from commit 295533132b)
This commit is contained in:
Dmitriy Rabotyagov 2023-04-03 19:48:46 +02:00 committed by Jonathan Rosser
parent c3dbd98cb9
commit 8f36052678
1 changed files with 2 additions and 1 deletions

View File

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