Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

functionality fixes #517

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

functionality fixes #517

wants to merge 1 commit into from

Conversation

cbabinsack
Copy link

  • Allow VM GB memory as float.

Module is already taking GB format memory and converting it to MB to meet the API Spec. Using Float instead of INT allows values outside of whole numbers. (Example: When you need to set 6.5 GB of RAM for VMs)

  • Default Subnet Creation as Basic Subnets.

This covers Subnet creation outside of External Networks and Overlays. This can be further updated with a new argument the subnet module allowing the user to set the bool.

  • Fix "Eject CDROM" operation.

Updating VM disks with "empty_cdrom: true" was not fully vacating the attached ISO. Updated API call to match spec that needs popped during post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant