Always install libvirt-python for nova

We already make assumptions that kvm/qemu will be installed. This makes
sure nova can talk to libvirt.

Change-Id: I2123aa5bb9234062a88f641bb3136d8af3372248
This commit is contained in:
Sam Yaple 2017-12-01 21:30:36 -05:00
parent 0da9282d21
commit ba7037d7ec
No known key found for this signature in database
GPG Key ID: 9329D8A45034DAB9
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ fi
patch /var/lib/openstack/lib/python*/site-packages/bindep/depends.py < /opt/loci/scripts/bindep.depends.patch
rm -f /var/lib/openstack/lib/python*/site-packages/bindep/depends.pyc
if [[ ${PROJECT} == 'nova' ]]; then
$(dirname $0)/pip_install.sh libvirt-python
fi
$(dirname $0)/clone_project.sh
$(dirname $0)/pip_install.sh /tmp/${PROJECT} ${PIP_PACKAGES}
$(dirname $0)/install_packages.sh