2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Have ipmi plugin recognize the rename to nextdevice

This commit is contained in:
Jarrod Johnson 2014-02-22 21:14:55 -05:00
parent 661d6b3eef
commit f7c1dc8385

View File

@ -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):