diff --git a/tripleo_common/constants.py b/tripleo_common/constants.py index 3dc5da62e..81e529421 100644 --- a/tripleo_common/constants.py +++ b/tripleo_common/constants.py @@ -61,6 +61,7 @@ PASSWORD_PARAMETER_NAMES = ( 'CephClientKey', 'CephClusterFSID', 'CephMdsKey', + 'CephManilaClientKey', 'CephMonKey', 'CephRgwKey', 'CinderPassword', diff --git a/tripleo_common/tests/actions/test_parameters.py b/tripleo_common/tests/actions/test_parameters.py index 9ec77db2a..6ac8e4c66 100644 --- a/tripleo_common/tests/actions/test_parameters.py +++ b/tripleo_common/tests/actions/test_parameters.py @@ -46,6 +46,7 @@ _EXISTING_PASSWORDS = { 'ManilaPassword': 'NYJN86Fua3X8AVFWmMhQa2zTH', 'NeutronMetadataProxySharedSecret': 'Q2YgUCwmBkYdqsdhhCF4hbghu', 'CephMdsKey': b'AQCQXtlXAAAAABAAT4Gk+U8EqqStL+JFa9bp1Q==', + 'CephManilaClientKey': b'AQANOFFY1NW6AxAAu6jWI3YSOsp2QWusb5Y3DQ==', 'CephMonKey': b'AQCQXtlXAAAAABAA9l+59N3yH+C49Y0JiKeGFg==', 'SwiftHashSuffix': 'td8mV6k7TYEGKCDvjVBwckpn9', 'SnmpdReadonlyUserPassword': 'TestPassword',