From e7f97674bbe54088142ad7400a6e86952b451488 Mon Sep 17 00:00:00 2001 From: Oliver Walsh Date: Wed, 15 Nov 2017 16:29:54 +0000 Subject: [PATCH] Generate password for libvirt TLS SCRAM auth Change-Id: I137040560b3c40fedff6feffb40125b1d1451cb6 Related-bug: 1732479 --- 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 a95f0d4ab..55b8fa77f 100644 --- a/tripleo_common/constants.py +++ b/tripleo_common/constants.py @@ -83,6 +83,7 @@ PASSWORD_PARAMETER_NAMES = ( 'HeatPassword', 'HeatStackDomainAdminPassword', 'IronicPassword', + 'LibvirtTLSPassword', 'KeystoneCredential0', 'KeystoneCredential1', 'KeystoneFernetKey0', diff --git a/tripleo_common/tests/actions/test_parameters.py b/tripleo_common/tests/actions/test_parameters.py index c1837d178..7f25b969e 100644 --- a/tripleo_common/tests/actions/test_parameters.py +++ b/tripleo_common/tests/actions/test_parameters.py @@ -140,6 +140,7 @@ _EXISTING_PASSWORDS = { 'private_key': 'private_key', 'public_key': 'public_key' }, + 'LibvirtTLSPassword': 'xCdt9yeamKz8Fb6EGba9u82XU', }