Manifest should use branches or tags whenever possible

Three repos (ima-evm-utils, python-3parclient, python-lefthandclient)
are currently pulling based on a mysterious SHA.  They should be
using the version tag that identifies the release.

This update replaces the SHA's with the equivalent tags.

Change-Id: I60630219b02115d25a278992bcdaa000b6b8483d
Signed-off-by: Scott Little <scott.little@windriver.com>
Depends-On: https://review.openstack.org/581108
This commit is contained in:
Scott Little 2018-07-09 14:59:30 -04:00
parent 829e63bf66
commit 286a252ab3
1 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@
<project remote="stx-staging" name="stx-openstack-ras.git" path="cgcs-root/stx/git/openstack-ras"/>
<!-- IMA Pure Upstream -->
<project remote="ima" revision="4b56112c095cb5cc34dc35abac37ebfc6eadba65" name="ima-evm-utils.git" path="cgcs-root/stx/git/ima-evm-utils" />
<project remote="ima" revision="refs/tags/v1.0" name="ima-evm-utils.git" path="cgcs-root/stx/git/ima-evm-utils" />
<!-- Magnum Pure Upstream -->
<project remote="openstack" revision="stable/pike" name="magnum.git" path="cgcs-root/stx/git/magnum"/>
@ -78,8 +78,8 @@
<project remote="openstack" revision="stable/pike" name="python-ironicclient.git" path="cgcs-root/stx/git/python-ironicclient"/>
<!-- HPE Storage -->
<project remote="hpe-storage" revision="d0e6de393cecc765eba70312c466e91405fb2a69" name="python-3parclient.git" path="cgcs-root/stx/git/python-3parclient" />
<project remote="hpe-storage" revision="db9773f0f97c5af04da89fcb7dca2a6ddf8d5e4a" name="python-lefthandclient.git" path="cgcs-root/stx/git/python-lefthandclient" />
<project remote="hpe-storage" revision="refs/tags/4.2.3" name="python-3parclient.git" path="cgcs-root/stx/git/python-3parclient" />
<project remote="hpe-storage" revision="refs/tags/2.1.0" name="python-lefthandclient.git" path="cgcs-root/stx/git/python-lefthandclient" />
<!-- Docker -->
<project remote="docker" revision="refs/tags/v2.6.2" name="distribution.git" path="cgcs-root/stx/git/docker-distribution"/>