mirror of
https://github.com/xcat2/confluent.git
synced 2025-07-15 17:16:11 +00:00
Fix MCI command
This commit is contained in:
@ -572,7 +572,10 @@ class InputMCI(ConfluentInputMessage):
|
||||
raise exc.InvalidArgumentException(
|
||||
'This only supports per-node input')
|
||||
for node in nodes:
|
||||
self.mci[node] = inputdata
|
||||
self.inputbynode[node] = inputdata
|
||||
|
||||
def mci(self, node):
|
||||
return self.inputbynode[node]['identifier']
|
||||
|
||||
|
||||
class BootDevice(ConfluentChoiceMessage):
|
||||
|
Reference in New Issue
Block a user