This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Guest ostypeid considered as int64 instead of string #117
Comments
cc @svanharmelen @PaulAngus @andrijapanic @DaanHoogland @shwstppr @anuragaw |
Not sure why you opened this issue here? I already updated and fixed this in this code base and a PR to update this in Packer is also merged, but not yet released in a new version. |
@svanharmelen - I'm not aware of the issues you've already fixed, this came from a support issue. I'll close the issue on your remark. Thanks. |
Al good, thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is used as dependency for packer, and the following issue was hit while using packer:
The issue finds its root in recent changes where the guest os type ID was correclty changed from integer to string (so we export UUID and not internal cloudstack ids). Moving the usage throughout
go-cloudstack
may be acceptable:Issue reference:
apache/cloudstack#2528
Commit reference:
apache/cloudstack@44bc516
The text was updated successfully, but these errors were encountered: