Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions virl2_client/models/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading