diff options
author | Markos Chandras <mchandras@suse.de> | 2017-06-16 10:47:51 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-06-16 10:47:51 +0100 |
commit | 83f9bffc5b1079baeba92b3441b18761746accd1 (patch) | |
tree | e3dd8d5cf2e2289beadcb34b1d4f1c2e69ae535b /prototypes | |
parent | e322400772bccaebb82053d4f1e58db037ec2242 (diff) |
prototypes: xci: config: Update bifrost SHA
Update bifrost SHA to 7c9bb5e07c6bc3b42c9a9e8457e5eef511075b38
which is the current HEAD on 16th of June 2017.
Change-Id: I91cd98221fda7a1dd689abbfbf07474bd8aac4e1
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'prototypes')
-rwxr-xr-x | prototypes/xci/config/pinned-versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/xci/config/pinned-versions b/prototypes/xci/config/pinned-versions index e3b49c7d4..c42693671 100755 --- a/prototypes/xci/config/pinned-versions +++ b/prototypes/xci/config/pinned-versions @@ -22,6 +22,6 @@ # use releng from master until the development work with the sandbox is complete export OPNFV_RELENG_VERSION="master" # HEAD of "master" as of 04.04.2017 -export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"6109f824e5510e794dbf1968c3859e8b6356d280"} +export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"7c9bb5e07c6bc3b42c9a9e8457e5eef511075b38"} # HEAD of "master" as of 04.04.2017 export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"d9e1330c7ff9d72a604b6b4f3af765f66a01b30e"} |