openmainframeproject / feilong

Feilong is a open source z/VM cloud connector project under the Open Mainframe Project umbrella that will accelerate the z/VM adoption, extending its ecosystem and its user experience. It provides a set of APIs to operate z/VM including guest, image, network, volume etc.
https://www.openmainframeproject.org/projects/feilong
Apache License 2.0
35 stars 70 forks source link

Let GetGuestInfo() return int for max_mem_kb #768

Closed Bischoff closed 9 months ago

Bischoff commented 10 months ago

Let GetGuestInfo() return an integer instead of a float for max_mem_kb field when the guest is powered off.

Fixes #766.

Bischoff commented 10 months ago

Closing, I think I know how to make Gerrit work.

jichenjc commented 10 months ago

@Bischoff I think you already make the PR and this seems good way to go , you don't need Gerrit as that's for Openstack itself..

@bjhuangr FYI

Bischoff commented 10 months ago

@jichenjc I did not know that. Reopening, then.

Bischoff commented 10 months ago

... and signed :smile:

Bischoff commented 9 months ago

Thank you.