mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-24 23:15:51 +03:00
[PR #538] [MERGED] make cd-rom and input devices optional while instance creating #609
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#609
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/538
Author: @catborise
Created: 9/8/2022
Status: ✅ Merged
Merged: 9/8/2022
Merged by: @catborise
Base:
master← Head:master📝 Commits (10+)
6eb0628add makemigrations command for missing model scripts5425519change firmware, graphic, video fields max lenght31c575ecall function with parameter names97acbd9fix typo error4abf627take over precedense sata to scsic804b2cfix identationea6524fadd more default machine type and instance type5f5bd37make adding cd-rom optional while vm creating. Add default value for cd-rom bus481c110make adding input devices optional. give bus control for input devices whie instance creating2ff188dfix add-cdrom error while creating📊 Changes
11 files changed (+210 additions, -55 deletions)
View changed files
📝
Dockerfile(+1 -0)📝
admin/__init__.py(+1 -1)📝
appsettings/migrations/0006_auto_20220630_0717.py(+1 -1)➕
appsettings/migrations/0007_auto_20220905_0918.py(+21 -0)➕
appsettings/migrations/0008_auto_20220905_1459.py(+32 -0)📝
instances/api/viewsets.py(+18 -18)📝
instances/models.py(+6 -5)📝
instances/templates/create_instance_w2.html(+79 -1)📝
instances/views.py(+6 -0)📝
vrtManager/create.py(+33 -29)📝
vrtManager/util.py(+12 -0)📄 Description
add new default options for vm.
increase model field lenght
add more instance model arch type for default
fix typos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.