diff --git a/tripleo_common/constants.py b/tripleo_common/constants.py index c1c4da125..c86658ed8 100644 --- a/tripleo_common/constants.py +++ b/tripleo_common/constants.py @@ -115,6 +115,7 @@ PASSWORD_PARAMETER_NAMES = ( 'NovaPassword', 'NovajoinPassword', 'MigrationSshKey', + 'OctaviaServerCertsKeyPassphrase', 'OctaviaCaKeyPassphrase', 'OctaviaHeartbeatKey', 'OctaviaPassword', diff --git a/tripleo_common/tests/actions/test_parameters.py b/tripleo_common/tests/actions/test_parameters.py index d3eb084d8..2cf026a17 100644 --- a/tripleo_common/tests/actions/test_parameters.py +++ b/tripleo_common/tests/actions/test_parameters.py @@ -60,6 +60,7 @@ _EXISTING_PASSWORDS = { 'PankoPassword': 'cVZXehsSc2KdmFFMKDudxTLKn', 'OctaviaHeartbeatKey': 'oct-heartbeat-key', 'OctaviaPassword': 'NMl7j3nKk1VVwMxUZC8Cgw==', + 'OctaviaServerCertsKeyPassphrase': 'aW5zZWN1cmUta2V5LWRvLW5vdC11c2U=', 'OctaviaCaKeyPassphrase': 'SLj4c3uCk4DDxPwQOG1Heb==', 'ManilaPassword': 'NYJN86Fua3X8AVFWmMhQa2zTH', 'NeutronMetadataProxySharedSecret': 'Q2YgUCwmBkYdqsdhhCF4hbghu',