Modify for 0.2 confluent
0.2 confluent rethought some facets. Adapt to that reality
This commit is contained in:
parent
ea79842882
commit
48641cf945
@ -363,7 +363,7 @@ foreach my $node (sort keys %$cfgenthash) {
|
||||
if ($cmeth eq 'ipmi') {
|
||||
$parameters{'secret.hardwaremanagementuser'} =
|
||||
$ipmiauthdata->{$node}->{username};
|
||||
$parameters{'secret.hardwaremanagementpassphrase'} =
|
||||
$parameters{'secret.hardwaremanagementpassword'} =
|
||||
$ipmiauthdata->{$node}->{password};
|
||||
my $bmc = $ipmientries->{$node}->[0]->{bmc};
|
||||
$bmc =~ s/,.*//;
|
||||
|
Loading…
Reference in New Issue
Block a user