mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-27 00:15:56 +03:00
[PR #411] [MERGED] instance network change #545
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#545
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/411
Author: @catborise
Created: 2/25/2021
Status: ✅ Merged
Merged: 2/25/2021
Merged by: @catborise
Base:
master← Head:master📝 Commits (2)
2f1b11breorganize host interfaces. remove it from instance methodsfa4a314fix network add and change methods to handle bridge/mavctap differentation correctly.📊 Changes
8 files changed (+72 additions, -33 deletions)
View changed files
📝
instances/models.py(+0 -4)📝
instances/templates/add_instance_network_block.html(+1 -1)📝
instances/templates/instances/settings_tab.html(+1 -1)📝
instances/views.py(+22 -0)📝
interfaces/views.py(+2 -1)📝
vrtManager/connection.py(+2 -2)📝
vrtManager/instance.py(+38 -17)📝
vrtManager/interface.py(+6 -7)📄 Description
There is a bug with related instance network change. if user want to change interface from bridge to defined libvirt network, it was causes error. it is fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.