Merge "Fixed keystone rotations"
This commit is contained in:
commit
3ec3da5172
@ -31,7 +31,7 @@ MEMCACHED = True
|
||||
|
||||
TOKEN_EXPIRATION = 86400
|
||||
FERNET_ROTATION_INTERVAL = 3600
|
||||
ACTIVE_KEYS = int(TOKEN_EXPIRATION / FERNET_ROTATION_INTERVAL)
|
||||
ACTIVE_KEYS = int(TOKEN_EXPIRATION / FERNET_ROTATION_INTERVAL) + 2
|
||||
|
||||
|
||||
def _is_keystone_deployment(name, **_):
|
||||
|
Loading…
x
Reference in New Issue
Block a user