From 7aeb523fdf6609cb5eaabb645d15f4365739d0e4 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Tue, 15 Jan 2019 17:27:13 +0000 Subject: [PATCH] placement: Add missing PlacementPassword to constants Change-Id: If386192a106b8b290adeb989d472c78ae1d3a125 --- 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 1bf7af6cf..a9173d7b6 100644 --- a/tripleo_common/constants.py +++ b/tripleo_common/constants.py @@ -119,6 +119,7 @@ PASSWORD_PARAMETER_NAMES = ( 'PacemakerRemoteAuthkey', 'PankoPassword', 'PcsdPassword', + 'PlacementPassword', 'RpcPassword', 'NotifyPassword', 'RabbitCookie', diff --git a/tripleo_common/tests/actions/test_parameters.py b/tripleo_common/tests/actions/test_parameters.py index 4cef802ff..d3eb084d8 100644 --- a/tripleo_common/tests/actions/test_parameters.py +++ b/tripleo_common/tests/actions/test_parameters.py @@ -24,6 +24,7 @@ from tripleo_common.tests import base from tripleo_common.utils import passwords as password_utils _EXISTING_PASSWORDS = { + 'PlacementPassword': 'VFJeqBKbatYhQm9jja67hufft', 'MistralPassword': 'VFJeqBKbatYhQm9jja67hufft', 'BarbicanPassword': 'MGGQBtgKT7FnywvkcdMwE9nhx', 'BarbicanSimpleCryptoKek': 'dGhpcnR5X3R3b19ieXRlX2tleWJsYWhibGFoYmxhaGg=',