mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +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():
|
||||
if c.id != "local":
|
||||
if c.id != "local" and c.id != "vm":
|
||||
data["computes"].append({
|
||||
"host": c.host,
|
||||
"name": c.name,
|
||||
|
Loading…
Reference in New Issue
Block a user