diff options
author | Markos Chandras <mchandras@suse.de> | 2017-06-29 08:03:12 +0100 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | deceaa484e223045c4b07323895fa8f09e330846 (patch) | |
tree | 852f77c8074432c5cbaf091baebe03bb10efc3c0 /xci/config/pinned-versions | |
parent | c721dd1a75fa44ccfdf8b213b21c11cd50073d3c (diff) |
prototypes: xci: Update SHAs for OSA and its roles
This also updates the second (pre_release) argument of
'update_ansible_role_requirements' from 'false' to 'true' so that
non-openstack roles can be updated as well.
Change-Id: Id424499f44c9b51c02d56e5d93580faeea50ad12
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/config/pinned-versions')
-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 c4269367..de222fd9 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -21,7 +21,7 @@ #------------------------------------------------------------------------------- # 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 +# HEAD of "master" as of 29.06.2017 export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"7c9bb5e07c6bc3b42c9a9e8457e5eef511075b38"} # HEAD of "master" as of 04.04.2017 -export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"d9e1330c7ff9d72a604b6b4f3af765f66a01b30e"} +export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"0648818c64239b534d00db381c4609f28e40bda9"} |