Fixed libvirt package removal
On RedHat libvirt is just a metapackage and it does nothing with libvirt daemon itself if we remove it. On Ubuntu the correct package name with libvirt daemon is libvirt-bin. Closes-Bug: #1690356 Change-Id: Ief8dfd8c038b10878621aefcc8f559aa20dc498b Signed-off-by: Pavel Glushchak <pglushchak@virtuozzo.com>
This commit is contained in:
parent
e93ca5c0b6
commit
7aeb8a2af5
@ -27,7 +27,8 @@ redhat_pkg_install:
|
||||
ubuntu_pkg_removals:
|
||||
- lxd
|
||||
- lxc
|
||||
- libvirt
|
||||
- libvirt-bin
|
||||
|
||||
redhat_pkg_removals:
|
||||
- libvirt
|
||||
- libvirt-daemon
|
||||
|
Loading…
Reference in New Issue
Block a user