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:
@@ -9,6 +9,7 @@ debug = {{ options.debug }}
|
|||||||
transport_url = {{ amqp.transport_url }}
|
transport_url = {{ amqp.transport_url }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
bind_port = 9282
|
bind_port = 9282
|
||||||
|
workers = 4
|
||||||
|
|
||||||
{% if ceph.auth %}
|
{% if ceph.auth %}
|
||||||
enabled_backends = filestore:file, ceph:rbd
|
enabled_backends = filestore:file, ceph:rbd
|
||||||
|
Reference in New Issue
Block a user