mirror of
https://github.com/xcat2/confluent.git
synced 2025-12-26 19:11:54 +00:00
Fix configbmc on XCC3
IPv4 based configbmc is now fixed for multi-nic XCC3 configurations.
This commit is contained in:
@@ -286,7 +286,7 @@ class NodeHandler(generic.NodeHandler):
|
||||
compip = compip.split('%')[0]
|
||||
ipkey = 'IPv6Addresses'
|
||||
else:
|
||||
ipkey = 'IPv6Addresses'
|
||||
ipkey = 'IPv4Addresses'
|
||||
actualnic = None
|
||||
for curractnic in actualnics:
|
||||
currnicinfo = wc.grab_json_response(curractnic)
|
||||
|
||||
Reference in New Issue
Block a user