This is an automated email from the ASF dual-hosted git repository. harikrishna pushed a commit to branch ExtensionMaaS in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit fb08deda3fbfccc1a6eff36cdadd79e6ebc5c2b0 Author: Harikrishna Patnala <harikrishna.patn...@gmail.com> AuthorDate: Mon Sep 15 18:34:07 2025 +0530 Fix script --- extensions/MaaS/maas.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extensions/MaaS/maas.py b/extensions/MaaS/maas.py old mode 100644 new mode 100755 index 488c9f2b068..2c39477fbb6 --- a/extensions/MaaS/maas.py +++ b/extensions/MaaS/maas.py @@ -74,10 +74,6 @@ class MaasManager: "secret": secret, "distro_series": distro_series, "system_id": json_data.get("cloudstack.vm.details", {}).get("details", {}).get("maas_system_id", ""), - "vm_name": json_data.get("cloudstack.vm.details", {}).get("name", ""), - "memory": json_data.get("cloudstack.vm.details", {}).get("minRam", ""), - "cpus": json_data.get("cloudstack.vm.details", {}).get("cpus", ""), - "nics": json_data.get("cloudstack.vm.details", {}).get("nics", []), } except Exception as e: fail(f"Error parsing JSON: {str(e)}")