GitHub user rhtyd opened a pull request:
https://github.com/apache/cloudstack/pull/1686
CLOUDSTACK-9507: ListVM response's guest_os id should be a UUID
The listVirtualMachines API response contains a guest os_type_id field which
is an integer, and therefore not useful or easily consumable. This fixes and
migrates the returned type from an id (integer) to a uuid (string). It makes
the response consistent with other API responses such as those of
listTemplates
and allow end users to consume this uuid.
/cc @jburwell @karuturi -- this is a minor change. It may be debatable if
this break api response compatibility, please advise.
@blueorangutan package
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shapeblue/cloudstack listvm-ostype-uuidfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1686.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1686
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---