Generate a CephX for the new Ceph MDS service

Change-Id: Ida8f6cc1b855be65ba0b494c859bc5e95c3eb222
Depends-On: If7cb46319038a80ed52f753a623989885e1b7da4
Partial-Bug: #1644784
This commit is contained in:
Giulio Fidente 2016-11-25 10:59:56 +01:00 committed by Jan Provaznik
parent c6a0d2de37
commit 0f2044ae5c
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ PASSWORD_PARAMETER_NAMES = (
'CephAdminKey',
'CephClientKey',
'CephClusterFSID',
'CephMdsKey',
'CephMonKey',
'CephRgwKey',
'CinderPassword',

View File

@ -45,6 +45,7 @@ _EXISTING_PASSWORDS = {
'PankoPassword': 'cVZXehsSc2KdmFFMKDudxTLKn',
'ManilaPassword': 'NYJN86Fua3X8AVFWmMhQa2zTH',
'NeutronMetadataProxySharedSecret': 'Q2YgUCwmBkYdqsdhhCF4hbghu',
'CephMdsKey': b'AQCQXtlXAAAAABAAT4Gk+U8EqqStL+JFa9bp1Q==',
'CephMonKey': b'AQCQXtlXAAAAABAA9l+59N3yH+C49Y0JiKeGFg==',
'SwiftHashSuffix': 'td8mV6k7TYEGKCDvjVBwckpn9',
'SnmpdReadonlyUserPassword': 'TestPassword',