mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Have ipmi plugin recognize the rename to nextdevice
This commit is contained in:
parent
661d6b3eef
commit
f7c1dc8385
@ -164,7 +164,7 @@ class IpmiHandler(object):
|
||||
raise Exception(self.error)
|
||||
if self.element == [ 'power', 'state' ]:
|
||||
return self.power()
|
||||
elif self.element == [ 'boot', 'device' ]:
|
||||
elif self.element == [ 'boot', 'nextdevice' ]:
|
||||
return self.bootdevice()
|
||||
|
||||
def bootdevice(self):
|
||||
|
Loading…
Reference in New Issue
Block a user