openstack-ansible/releasenotes/notes/persistend-systemd-journals-c1874b52ad666744.yaml
Jean-Philippe Evrard 68fa3f4597 Update all SHAs for 17.0.0
This patch updates all the roles to the latest available stable
SHA's, copies the release notes from the updated roles into the
integrated repo.

The OpenStack services SHA's will be manually updated in another
patch.

Change-Id: I78d85f33926bc979f7d0df0adc8e8245bf1223ad
2018-02-10 17:50:34 +00:00

11 lines
422 B
YAML

---
features:
- |
Persistent systemd journals are now enabled. This allows deployers to keep
older systemd journals on disk for review. The disk space requirements are
extremely low since the journals are stored in binary format. The default
location for persistent journals is in ``/var/log/journal``.
Deployers can opt out of this change by setting
``openstack_host_keep_journals`` to ``no``.