9e6893cb86
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
22 lines
734 B
YAML
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``
|