nvazquez opened a new issue, #224: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/224
The version parameter on different APIs such as `list hosts` or `list routers` (could be more) is always autocompleting to the CKS registered versions, instead of CloudStack versions. To reproduce it: - Register at least one CKS version - Check autocompletion for the `version` parameter on `list hosts` or `list routers` <img width="481" height="270" alt="Image" src="https://github.com/user-attachments/assets/7e52b363-1923-42f1-8e4c-9ee6a374330f" /> Expected results: Version autocompleting with the hosts/routers CloudStack versions available, matching the response field: ```` (homelab) 🐱 > list hosts type=routing filter=id,name,version { "count": 1, "host": [ { "id": "aae6296c-a674-4704-9da0-539fe0aaeeff", "name": "nvs-kvm01", "version": "4.22.1.0" } ] } ```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
