Comment 9 for bug 1848786

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to gui (master)

Reviewed: https://review.opendev.org/692132
Committed: https://git.openstack.org/cgit/starlingx/gui/commit/?id=7eb463e4ba891050e881a69cb648962b0c0c400e
Submitter: Zuul
Branch: master

commit 7eb463e4ba891050e881a69cb648962b0c0c400e
Author: Al Bailey <email address hidden>
Date: Wed Oct 30 07:55:17 2019 -0500

    Fix failing tox for stx-gui due to keyring imports from sysinv

    keyring is required by sysinv, however the upper-constraints were
    not being used in stx-gui, so it was pulling in a version of
    keyring that is incompatible with the STX env.

    This aligns the stx-gui upper constraints to be the same as the
    other platform components.

    Change-Id: I2d4a2f7a61c65e2753d376865e9112aa93948a35
    Related-Bug: 1848786
    Signed-off-by: Al Bailey <email address hidden>