fixed node data reporting emulation server host instead of name
This commit is contained in:
parent
73b2eff312
commit
18e5598203
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class NodeBase(object):
|
||||||
model = self.type
|
model = self.type
|
||||||
emulation_server = None
|
emulation_server = None
|
||||||
if self.server is not None:
|
if self.server is not None:
|
||||||
emulation_server = self.server.host
|
emulation_server = self.server.name
|
||||||
|
|
||||||
services = self.services
|
services = self.services
|
||||||
if services is not None:
|
if services is not None:
|
||||||
|
|
Loading…
Add table
Reference in a new issue