The libguestfs dependency tree includes a number
of packages that we may not want or work everywhere, such as fuse.
Now python-(lib)guestfs will install from lib/nova_plugins/hypervisor-libvirt
Change-Id: I6c3a614010ee8d65813eec66a56680def622514c
| ... | ... |
@@ -140,10 +140,12 @@ function install_nova_hypervisor() {
|
| 140 | 140 |
install_package kvm |
| 141 | 141 |
install_package libvirt-bin |
| 142 | 142 |
install_package python-libvirt |
| 143 |
+ install_package python-guestfs |
|
| 143 | 144 |
elif is_fedora || is_suse; then |
| 144 | 145 |
install_package kvm |
| 145 | 146 |
install_package libvirt |
| 146 | 147 |
install_package libvirt-python |
| 148 |
+ install_package python-libguestfs |
|
| 147 | 149 |
fi |
| 148 | 150 |
|
| 149 | 151 |
# Install and configure **LXC** if specified. LXC is another approach to |