Merge "Always install libvirt-python for nova"

This commit is contained in:
Zuul 2017-12-17 09:10:58 +00:00 committed by Gerrit Code Review
commit 374bce2890
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