From 0f2044ae5ca1a96f9f5f3202eed0489617091ff7 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 25 Nov 2016 10:59:56 +0100 Subject: [PATCH] Generate a CephX for the new Ceph MDS service Change-Id: Ida8f6cc1b855be65ba0b494c859bc5e95c3eb222 Depends-On: If7cb46319038a80ed52f753a623989885e1b7da4 Partial-Bug: #1644784 --- tripleo_common/constants.py | 1 + tripleo_common/tests/actions/test_parameters.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tripleo_common/constants.py b/tripleo_common/constants.py index e27fd1cc3..3dc5da62e 100644 --- a/tripleo_common/constants.py +++ b/tripleo_common/constants.py @@ -60,6 +60,7 @@ PASSWORD_PARAMETER_NAMES = ( 'CephAdminKey', 'CephClientKey', 'CephClusterFSID', + 'CephMdsKey', 'CephMonKey', 'CephRgwKey', 'CinderPassword', diff --git a/tripleo_common/tests/actions/test_parameters.py b/tripleo_common/tests/actions/test_parameters.py index 26a366f90..9ec77db2a 100644 --- a/tripleo_common/tests/actions/test_parameters.py +++ b/tripleo_common/tests/actions/test_parameters.py @@ -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',