Comment 3 for bug 2019015

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to upstream (master)

Reviewed: https://review.opendev.org/c/starlingx/upstream/+/882745
Committed: https://opendev.org/starlingx/upstream/commit/7243a5140f8b8989099ad70f8c63a3507eab5c2e
Submitter: "Zuul (22348)"
Branch: master

commit 7243a5140f8b8989099ad70f8c63a3507eab5c2e
Author: Luan Nunes Utimura <email address hidden>
Date: Tue May 9 16:08:45 2023 -0300

    stx-heat: Use commit hash in PROJECT_REF

    It has been observed that the stx-openstack helm charts build started to
    fail since the `stable/ussuri` branch was removed from the upstream
    project `openstack/heat`.

    In order to be able to build the helm charts again, we must change the
    `PROJECT_REF` value to use a commit hash in place of the branch name.

    This change proposes the use of the following commit SHA:

      Repository Former stable/ussuri branch and ussuri-eol tag's
                            HEAD (as of May 9th)
    * openstack/heat 5466ede853bde7d636943cba017ed8265dcfd260

    Test Plan:
    PASS - Build stx-debian base image
    PASS - Build wheels tarball
    PASS - Build stx-heat image

    Partial-Bug: 2019015

    Change-Id: I785d704c68ca6d987f30a57c5068677eef1e77f2
    Signed-off-by: Luan Nunes Utimura <email address hidden>