tripleo-heat-templates/releasenotes/notes/reintroduce-keystone_corn-85290afe6bf8b019.yaml
Takashi Kajinami 9e6893cb86 Reintroduce keystone_cron container
This patch reintroduces keystone_cron container, which was previously
removed when useless token_flush cron job was removed, so that we can
run trust_flush cron job to purge expired or soft-deleted trusts from
keystone database.

Depends-on: https://review.opendev.org/#/c/739378/
Depends-on: https://review.opendev.org/#/c/739382/
Change-Id: I4ad67c82d770e39becca0b61693d07cef1f1fff8
2021-02-19 13:40:45 +00:00

22 lines
734 B
YAML

---
features:
- |
The keystone_cron container was reintroduced to run trust_flush job, which
removes expired or soft-deleted trusts from keystone database.
- |
The KeystoneEnableDBPurge parameter was readded, to enable or disable
purge job for Keystone.
- |
The following parameters were added, to configure parameters about
trust_flush cron job.
- ``KeystoneCronTrustFlushEnsure``
- ``KeystoneCronTrustFlushMinute``
- ``KeystoneCronTrustFlushHour``
- ``KeystoneCronTrustFlushMonthday``
- ``KeystoneCronTrustFlushMonth``
- ``KeystoneCronTrustFlushWeekday``
- ``KeystoneCronTrustFlushMaxDelay``
- ``KeystoneCronTrustFlushDestination``
- ``KeystoneCronTrustFlushUser``