mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Have XCC use a null string for ipaddr
This avoids the remote discovery failure for now.
This commit is contained in:
parent
6f619bc896
commit
0ac2bce883
@ -57,6 +57,10 @@ class NodeHandler(immhandler.NodeHandler):
|
||||
self._currcreds = (None, None)
|
||||
super(NodeHandler, self).__init__(info, configmanager)
|
||||
|
||||
@property
|
||||
def ipaddr(self):
|
||||
return self._ipaddr if self._ipaddr else ''
|
||||
|
||||
@classmethod
|
||||
def adequate(cls, info):
|
||||
# We can sometimes receive a partially initialized SLP packet
|
||||
|
Loading…
Reference in New Issue
Block a user