Add trailing slash to fernet key_repository

After https://review.openstack.org/#/c/611230/, fernet
tokens are rotated twice which results in authentication
issues, Need to fix the [fernet_token/key_repository] path
as it differs from [fernet_receipts/key_repository].

Change-Id: Ief3cea7a3d111bd1fa244670acf425a8691fdb2d
This commit is contained in:
yatin 2018-11-05 14:43:41 +05:30
parent 780fc43ba0
commit fb0fbb04ca
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ class openstack_integration::keystone (
admin_bind_host => $::openstack_integration::config::host,
manage_policyrcd => true,
enable_credential_setup => $enable_credential_setup,
fernet_key_repository => '/etc/keystone/fernet-keys/',
fernet_max_active_keys => '5',
token_expiration => $token_expiration,
default_transport_url => os_transport_url({