placement: Add missing PlacementPassword to constants

Change-Id: If386192a106b8b290adeb989d472c78ae1d3a125
This commit is contained in:
Lee Yarwood 2019-01-15 17:27:13 +00:00 committed by Emilien Macchi
parent 7f62bb00cb
commit 7aeb523fdf
2 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@ PASSWORD_PARAMETER_NAMES = (
'PacemakerRemoteAuthkey',
'PankoPassword',
'PcsdPassword',
'PlacementPassword',
'RpcPassword',
'NotifyPassword',
'RabbitCookie',

View File

@ -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=',