Do not dump GNS3 VM config in the list of computes of config file

pull/712/head
Julien Duponchelle 8 years ago
parent 483370b756
commit 4624c7433c
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -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…
Cancel
Save