Merge "Enable uWSGI usage for Ceph backends"

This commit is contained in:
Zuul 2024-01-27 01:02:19 +00:00 committed by Gerrit Code Review
commit f375f499c0
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.