openstack-ansible/releasenotes/notes/systemd_run_lock_dir-5b4b0cad9c860ce0.yaml
Dmitriy Rabotyagov a0cfc507ed Freeze roles for Xena RC1
We will also create stable/xena branch from this commit.

Change-Id: I2c887fa031a6001431bf5075fb9a58e5726f64ca
2021-12-10 21:23:04 +00:00

13 lines
552 B
YAML

---
features:
- |
Added variables ``systemd_run_dir`` and ``systemd_lock_dir`` that allows
to control run and lock path for directories that will be used by systemd
services. Variables should not include service name since it will be added
by default at the end of the provided path.
These variables could be also defined as keys inside ``systemd_services``
and this will have prescedence over default behaviour.
- |
Default run path for systemd services has been changed to ``/run`` and
lock path to ``/run/lock``.