| fernet_rotation_driver: 'rsync' |
| credential_rotation_driver: 'rsync' |
| fernet_rotation_driver: ${_param:fernet_rotation_driver} |
| credential_rotation_driver: ${_param:credential_rotation_driver} |
| keystone_fernet_rotate_rsync: |
| command: '/var/lib/keystone/keystone_keys_rotate.sh -r -t fernet >> /var/log/keystone/keystone-rotate.log 2>> /var/log/keystone/keystone-rotate.log' |
| keystone_credential_rotate_rsync: |
| command: '/var/lib/keystone/keystone_keys_rotate.sh -r -t credential >> /var/log/keystone/keystone-rotate.log 2>> /var/log/keystone/keystone-rotate.log' |