This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
tripleo-common
Code
Issues
Proposed changes
Browse Source
Merge "Don't allow rotation of HeatAuthEncryptionKey" into stable/train
changes/15/782915/1
Zuul
3 weeks ago
committed by
Gerrit Code Review
parent
e19f2ca12d
c45c836b80
commit
446042bcb8
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tripleo_common/constants.py
+ 1
- 0
tripleo_common/constants.py
View File
@ -160,6 +160,7 @@ DO_NOT_ROTATE_LIST = (
'
CephClusterFSID
'
,
'
CephManilaClientKey
'
,
'
CephRgwKey
'
,
'
HeatAuthEncryptionKey
'
,
)
PLAN_NAME_PATTERN
=
'
^[a-zA-Z0-9-]+$
'
Write
Preview
Loading…
Cancel
Save