Define lock directory for oslo_concurrency
Change-Id: I65072d0c1aec42ded3eb0bb1c7187d36c2817f1b
This commit is contained in:
parent
01d22eafa6
commit
1935c656cb
@ -134,7 +134,7 @@
|
||||
systemd_group_name: "{{ magnum_system_group_name }}"
|
||||
systemd_tempd_prefix: openstack
|
||||
systemd_slice_name: magnum
|
||||
systemd_lock_path: /var/lock/magnum
|
||||
systemd_lock_dir: /run/lock
|
||||
systemd_service_cpu_accounting: true
|
||||
systemd_service_block_io_accounting: true
|
||||
systemd_service_memory_accounting: true
|
||||
|
@ -96,6 +96,9 @@ rabbit_stream_fanout = {{ magnum_oslomsg_rabbit_stream_fanout }}
|
||||
rabbit_quorum_delivery_limit = {{ magnum_oslomsg_rabbit_quorum_delivery_limit }}
|
||||
rabbit_quorum_max_memory_bytes = {{ magnum_oslomsg_rabbit_quorum_max_memory_bytes }}
|
||||
|
||||
[oslo_concurrency]
|
||||
lock_path = /run/lock/{{ magnum_services['magnum-api']['service_name'] }}/uwsgi
|
||||
|
||||
[profiler]
|
||||
enabled = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user