diff options
author | 2018-03-07 14:11:17 +0100 | |
---|---|---|
committer | 2018-03-07 14:36:24 +0100 | |
commit | 448c53c6780f3f51bcd3fad95dbacdc85334ce46 (patch) | |
tree | 3ce998c1cb4b81e5623f648547cd9c7a8c9ff6a4 /xci | |
parent | 05a97682f57a62169eb0760c1d4a2e8599f7873d (diff) |
Bump bifrost sha and set UPPER_CONSTRAINTS_FILE
The lack of UC means that pip is attempting to install libvirt-python 4.1.0,
which is failing on Ubuntu due to
https://bugs.launchpad.net/openstack-requirements/+bug/1753539.
Currently upper-constraints limits libvirt-python to 4.0.0, which does not
have this issue.
Change-Id: Idc97a0d9928cebafc9167614723236d2584cc93f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci')
-rwxr-xr-x | xci/config/pinned-versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index cdf283b5..5d5908e7 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -26,7 +26,7 @@ # use releng-xci from master until the development work with the sandbox is complete export OPNFV_RELENG_VERSION="master" # HEAD of bifrost "master" as of 13.02.2018 -export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"f3cf0d9fff6ec08ba0e46cbde5bfebfd77a26752"} +export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"28b6b8c96f89532bbddeca513285e6c00db89205"} # HEAD of ironic "master" as of 13.02.2018 export BIFROST_IRONIC_VERSION=${BIFROST_IRONIC_VERSION:-"9b8440aa318e4883a74ef8640ad5409dd22858a9"} # HEAD of ironic-client "master" as of 13.02.2018 |