Comment 7 for bug 1926795

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to root (r/stx.5.0)

Reviewed: https://review.opendev.org/c/starlingx/root/+/789618
Committed: https://opendev.org/starlingx/root/commit/01ca9b7d68db31b739cb6a154b3bcb82cb7054a7
Submitter: "Zuul (22348)"
Branch: r/stx.5.0

commit 01ca9b7d68db31b739cb6a154b3bcb82cb7054a7
Author: Charles Short <email address hidden>
Date: Sun May 2 12:04:04 2021 -0400

    Fix wheels tarball generation

    In d7c5a54ab94bce6635b83d91a807d28f97836a81, django was dropped in favor
    of rfc3986. However the wheel was not added to the build-wheels
    generation which breaks the docker images. Also add the migrate wheel
    since it was mising as well. Add the required wheels in order to
    build the docker image properly.

    Test:
    - Build new centos-stable-wheels tarball
    - Build stx-keystone-api-proxy container

    Closes-Bug: 1926795

    Signed-off-by: Charles Short <email address hidden>
    Change-Id: Ib6f0abfdcc82ca14f92ebc5b45fe8df961e804ee
    (cherry picked from commit 84c45f5e3a241237887af9db89d8c0aa1f8923e0)