Fix libvirt-python install while stacking 99/78499/1
authorgvrangan <venkatrangang@hcl.com>
Thu, 6 Dec 2018 12:20:20 +0000 (12:20 +0000)
committergvrangan <venkatrangang@hcl.com>
Thu, 6 Dec 2018 12:29:50 +0000 (12:29 +0000)
commitc3b53ecfeb9839d52ab218d1f17821cda9099ece
tree91329631ac5236b1c188658776c7c23c749eba82
parenta1c38b8da9deb870f6e4a43fea96554e1b6a2c72
Fix libvirt-python install while stacking

Problem:
1. Devstack force installs libvirt-python from
   pip repo, during which the compatibility with the
   installed version of libvirt package is validated.
2. Queens was using libvirt-python (3.10)
3. Recently libvirt version got upgraded in CentOS repo
   ref: http://mirror.centos.org/centos-7/7.6.1810/os/x86_64/Packages/
   causing the compatibility with libvirt-python to fail.

Fix:
 Force devstack to use the libvirt-python latest version
 that is compatiable with the libvirt in CentOS repo.

Change-Id: I41d6d4529d249688947af14efa668afb7a29cd95
Signed-off-by: gvrangan <venkatrangang@hcl.com>
jjb/integration/integration-deploy-openstack-run-test.sh