diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-02-05 13:18:22 +0100 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-02-05 19:35:34 +0100 |
commit | 34145f8e2a87e5f6ab3ba9535e01a3d55524a812 (patch) | |
tree | 473ddfc2fbe24f9e8cd5f43b48faf135430ab3a7 /xci | |
parent | 23e3c26a3246a4a933710b7bb1845a077b015171 (diff) |
bifrost: Bump bifrost sha1s to latest on master
This change brings in the fix for policy.json removal.
https://review.openstack.org/#/c/536349/
Change-Id: Ib18a99502c0ce61278e13f25a01622e073749d14
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci')
-rwxr-xr-x | xci/config/pinned-versions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index 89b03df1..5ea104dc 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -25,8 +25,8 @@ #------------------------------------------------------------------------------- # 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 11.12.2017 -export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"8b4c956bf0ec6c1784e41af2a0598cb49c41461f"} +# HEAD of bifrost "master" as of 04.02.2018 +export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"593db8a7774abff54cdfa0dec8d8cca320b6cdf7"} # HEAD of osa "master" as of 11.12.2017 export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"7b3aac28a0a87e5966527829f6b0abcbc2303cc7"} export KEEPALIVED_VERSION=$(grep -E '.*name: keepalived' -A 3 \ |