Skip to content

Commit fb08ded

Browse files
Fix script
1 parent 79002e7 commit fb08ded

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

extensions/MaaS/maas.py

100644100755
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ def parse_json(self):
7474
"secret": secret,
7575
"distro_series": distro_series,
7676
"system_id": json_data.get("cloudstack.vm.details", {}).get("details", {}).get("maas_system_id", ""),
77-
"vm_name": json_data.get("cloudstack.vm.details", {}).get("name", ""),
78-
"memory": json_data.get("cloudstack.vm.details", {}).get("minRam", ""),
79-
"cpus": json_data.get("cloudstack.vm.details", {}).get("cpus", ""),
80-
"nics": json_data.get("cloudstack.vm.details", {}).get("nics", []),
8177
}
8278
except Exception as e:
8379
fail(f"Error parsing JSON: {str(e)}")

0 commit comments

Comments
 (0)