Let TripleO generate ODLPassword

Don't specify the password in THT but let TripleO
generate it.

Change-Id: I7e51e2bc91b5e24931299f08a709437408b62fec
Partial-Bug: #1778531
This commit is contained in:
Janki Chhatbar 2018-06-25 19:44:46 +05:30
parent 5191b65676
commit 7e539314be
2 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ PASSWORD_PARAMETER_NAMES = (
'OctaviaCaKeyPassphrase',
'OctaviaHeartbeatKey',
'OctaviaPassword',
'OpenDaylightPassword',
'PacemakerRemoteAuthkey',
'PankoPassword',
'PcsdPassword',

View File

@ -151,6 +151,7 @@ _EXISTING_PASSWORDS = {
'public_key': 'public_key'
},
'LibvirtTLSPassword': 'xCdt9yeamKz8Fb6EGba9u82XU',
'OpenDaylightPassword': 'abc487gfh017rmviuq75jdiw7',
}