mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Fix MCI command
This commit is contained in:
parent
32184d463d
commit
e02dc74eb7
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user