diff --git a/virl2_client/models/system.py b/virl2_client/models/system.py index f61c8c0..aa42d8b 100644 --- a/virl2_client/models/system.py +++ b/virl2_client/models/system.py @@ -220,6 +220,7 @@ def sync_compute_hosts(self) -> None: compute_host_ids = [] for compute_host in compute_hosts: + compute_host.pop("nodes", None) # removed in 2.10 compute_id = compute_host.pop("id") compute_host["compute_id"] = compute_id if compute_id in self._compute_hosts: