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

This commit is contained in:
Zuul 2021-03-31 07:37:58 +00:00 committed by Gerrit Code Review
commit 9ee47a97b1
1 changed files with 1 additions and 0 deletions

View File

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