Define lock directory for oslo_concurrency

Change-Id: I65072d0c1aec42ded3eb0bb1c7187d36c2817f1b
This commit is contained in:
Jonathan Rosser 2024-06-10 16:57:34 +01:00 committed by Dmitriy Rabotyagov
parent 01d22eafa6
commit 1935c656cb
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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