commit | 9b8b7021d0a8c7647b47e74a2cd4163a663acd40 | [log] [tgz] |
---|---|---|
author | Ian Wienand <iwienand@redhat.com> | Thu Apr 16 13:03:56 2020 +1000 |
committer | Ian Wienand <iwienand@redhat.com> | Thu Apr 16 13:03:56 2020 +1000 |
tree | f52cab2de71e6aa629cf8acdbcfefcd3245a629f | |
parent | c287e7ec3c22a9b4c2d89c1e36a6383b351f9b17 [diff] [blame] |
Fedora: install python3-libguestfs All platforms are python3 now Change-Id: Ie9f4c7e52f23a45bb8cf70a5fddf1b21a40d7000
diff --git a/lib/nova_plugins/hypervisor-libvirt b/lib/nova_plugins/hypervisor-libvirt index d1b3d78..b0ae29e 100644 --- a/lib/nova_plugins/hypervisor-libvirt +++ b/lib/nova_plugins/hypervisor-libvirt
@@ -117,7 +117,7 @@ # Workaround for missing dependencies in python-libguestfs install_package python-libguestfs guestfs-data augeas augeas-lenses elif is_fedora; then - install_package python-libguestfs + install_package python3-libguestfs fi fi }