Merge "Don't allow rotation of HeatAuthEncryptionKey"

This commit is contained in:
Zuul 2021-03-20 01:44:27 +00:00 committed by Gerrit Code Review
commit 4ee75972bc
1 changed files with 1 additions and 0 deletions

View File

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