mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-10-30 19:02:29 +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