Merge "Enable uWSGI usage for Ceph backends"
This commit is contained in:
commit
f375f499c0
@ -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:
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
other:
|
||||
- |
|
||||
Glance is using uWSGI when Ceph is used as a storage.
|
Loading…
Reference in New Issue
Block a user