Merge "Don't allow rotation of HeatAuthEncryptionKey" into stable/train

This commit is contained in:
Zuul 2021-03-24 10:30:16 +00:00 committed by Gerrit Code Review
commit 446042bcb8
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ DO_NOT_ROTATE_LIST = (
'CephClusterFSID', 'CephClusterFSID',
'CephManilaClientKey', 'CephManilaClientKey',
'CephRgwKey', 'CephRgwKey',
'HeatAuthEncryptionKey',
) )
PLAN_NAME_PATTERN = '^[a-zA-Z0-9-]+$' PLAN_NAME_PATTERN = '^[a-zA-Z0-9-]+$'