Limit number of workers in glance

Default glance behavior is to spawn the number of cores as workers.
Limit to 4 as the other services.

Change-Id: Ibb9086c58a53c9cb06a2ce78c581dc1b142d0b3d
This commit is contained in:
Guillaume Boutry 2024-04-12 11:10:18 +02:00
parent b04f44c4dc
commit 1adf6b46c9
No known key found for this signature in database
GPG Key ID: E95E3326872E55DE

View File

@ -9,6 +9,7 @@ debug = {{ options.debug }}
transport_url = {{ amqp.transport_url }}
{% endif %}
bind_port = 9282
workers = 4
{% if ceph.auth %}
enabled_backends = filestore:file, ceph:rbd