-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix/libvirt #125
Fix/libvirt #125
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Bug fix
Description
Added
region
andinstanceType
parameters to libvirt server operations.Enhanced server creation flow with region and instance type selection.
Fixed issues with undefined values for
region
andimage
.Improved error handling and timeout configurations in libvirt operations.
Changes walkthrough 📝
vm.js
Updated libvirt button actions and parameters
command-handler/src/commands/vm.js
region
andinstanceType
parameters to libvirt operations.images.
selectImage
withselectRegion
for libvirt VM creation.libvirt-server.js
Enhanced libvirt server operations and selection methods
command-handler/src/util/libvirt/libvirt-server.js
region
andinstanceType
parameters to server operations.