Generate password for libvirt TLS SCRAM auth

Change-Id: I137040560b3c40fedff6feffb40125b1d1451cb6
Related-bug: 1732479
(cherry picked from commit e7f97674bb)
This commit is contained in:
Oliver Walsh 2017-11-15 16:29:54 +00:00
parent 21369bb806
commit a95aa5ad8f
2 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,7 @@ PASSWORD_PARAMETER_NAMES = (
'HeatPassword',
'HeatStackDomainAdminPassword',
'IronicPassword',
'LibvirtTLSPassword',
'KeystoneCredential0',
'KeystoneCredential1',
'KeystoneFernetKey0',

View File

@ -140,6 +140,7 @@ _EXISTING_PASSWORDS = {
'private_key': 'private_key',
'public_key': 'public_key'
},
'LibvirtTLSPassword': 'xCdt9yeamKz8Fb6EGba9u82XU',
}