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

Opensuse 3000.2 virt backports #236

Merged
merged 26 commits into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9c634d4
Revert "virt._get_domain: don't raise an exception if there is no VM"
cbosdo Jun 4, 2020
6e65c99
Revert "openSUSE-3000 virt-defined-states (#222)"
cbosdo Jun 4, 2020
8955bb5
Revert "Add virt.all_capabilities"
cbosdo Jun 4, 2020
7a9d77c
Blacken salt -- virt only
May 12, 2020
c9d62b8
virt._get_domain: don't raise an exception if there is no VM
cbosdo May 12, 2020
b0ab540
fixed bug on update existing boot parameters
Apr 8, 2020
ae00bb5
add support to boot vm with UEFI
Apr 12, 2020
dab2763
virt: don't depend on ElementTree.tostring to compare XML fragments
cbosdo Mar 18, 2020
22a73d8
openSUSE-3000 virt-defined-states (#222)
cbosdo May 12, 2020
35fc4f9
Add support to virt for libvirt loader
jeroen92 Aug 12, 2018
a1d0b46
Add bhyve compatibility to virt
jeroen92 Aug 12, 2018
0892abf
Fix test_get_hypervisor: mock bhyve
Ch3LL Apr 21, 2020
6542506
Add virt.all_capabilities
cbosdo Oct 18, 2018
0e288c0
Virt init disks support (PR#56666)
cbosdo Apr 23, 2020
9c1bb1e
improve boot parameter documentation (PR#57086)
May 6, 2020
5fe25f4
Remove buggy start parameter from virt.pool_running docstring
cbosdo May 25, 2020
602fd3d
virt: fix removable_changes definition place
cbosdo May 15, 2020
396c753
virt: show the proper pool name in get_disks
cbosdo May 15, 2020
28a3f6c
virt: fix updating VM with backing store disks
cbosdo May 15, 2020
0f0a11d
virt: default cdrom model to ide
cbosdo May 18, 2020
0102c6e
virt.get_disk: output the full URL for cdroms with remote image
cbosdo May 18, 2020
5ff04dc
virt.pool_delete: remove also secret
cbosdo May 18, 2020
bc892fb
virt.init: cdrom format default to raw
cbosdo May 25, 2020
fb7bd15
virt.init: fix disk target names
cbosdo May 27, 2020
a49109c
virt.update: handle changing cdrom images for devices with remote source
cbosdo May 27, 2020
47b7f73
virt.init: fix the name of volumes reused in disk-types pools
cbosdo May 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/57005.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for disks volumes in virt.running state
1 change: 1 addition & 0 deletions changelog/57275.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove buggy start parameter from virt.pool_running docstring
1 change: 1 addition & 0 deletions changelog/57477.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
virt.init fix the disk target names
1 change: 1 addition & 0 deletions changelog/57497.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix volume name for disk-typed pools in virt.defined
Loading