mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-17 05:48:58 +00:00
Do not dump GNS3 VM config in the list of computes of config file
This commit is contained in:
parent
483370b756
commit
4624c7433c
@ -103,7 +103,7 @@ class Controller:
|
|||||||
}
|
}
|
||||||
|
|
||||||
for c in self._computes.values():
|
for c in self._computes.values():
|
||||||
if c.id != "local":
|
if c.id != "local" and c.id != "vm":
|
||||||
data["computes"].append({
|
data["computes"].append({
|
||||||
"host": c.host,
|
"host": c.host,
|
||||||
"name": c.name,
|
"name": c.name,
|
||||||
|
Loading…
Reference in New Issue
Block a user