Comment 4 for bug 1964737

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cyborg (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/cyborg/+/833567
Committed: https://opendev.org/openstack/cyborg/commit/7cf03aa5b6771c4cf564474e198f6d7e7c66c6ac
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 7cf03aa5b6771c4cf564474e198f6d7e7c66c6ac
Author: zhangbailin <email address hidden>
Date: Mon Mar 14 10:15:16 2022 +0800

    Fix unit test for oslo.context 4.1.0

    oslo.context 4.1.0 has removed the deprecated field
    'tenant' and nova unit test fail as it still expect
    the 'tenant' field.

    Failure happening in requirements patch while updating the
    u-c
    - https://review.opendev.org/c/openstack/requirements/+/829599
    - http://lists.openstack.org/pipermail/openstack-discuss/2022-February/027455.html

    Closes-Bug: #1964737

    Change-Id: I899f3b442217d09f98c1fbdb3a72c623a9d2ffaf
    (cherry picked from commit 52e3bc8a0d9c707711d032bf23a901fc2fbed2c9)