mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Fix missing data on XCC discovery
The XCC scan now calls the imm scan to fill out the lost data.
This commit is contained in:
parent
f32a9a2f08
commit
c333c3eb9c
@ -70,6 +70,7 @@ class NodeHandler(immhandler.NodeHandler):
|
||||
modelname = i.get('items', [{}])[0].get('machine_name', None)
|
||||
if modelname:
|
||||
self.info['modelname'] = modelname
|
||||
super(NodeHandler, self).scan()
|
||||
|
||||
def preconfig(self, possiblenode):
|
||||
self.tmpnodename = possiblenode
|
||||
|
Loading…
Reference in New Issue
Block a user