mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
Correct typo in ipmi plugin causing parse error
This commit is contained in:
parent
100c06e5a5
commit
91c0f01b61
@ -19,7 +19,7 @@ def get_conn_params(node, config):
|
||||
username = 'USERID'
|
||||
if 'secret.ipmipassphrase' in configdata:
|
||||
passphrase = configddata['secret.ipmi.passphrase']['value']
|
||||
elif 'secret.managementpassphrase' in configdata
|
||||
elif 'secret.managementpassphrase' in configdata:
|
||||
passphrase = configdata['secret.managementpassphrase']
|
||||
else:
|
||||
passphrase = 'PASSW0RD' # for lack of a better guess
|
||||
|
Loading…
Reference in New Issue
Block a user