Comment 7 for bug 1988296

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

Reviewed: https://review.opendev.org/c/openstack/neutron-lib/+/864753
Committed: https://opendev.org/openstack/neutron-lib/commit/ef2d826a453cde02077c2b12d0508bd235f047ba
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit ef2d826a453cde02077c2b12d0508bd235f047ba
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Aug 31 12:57:04 2022 +0200

    Fix pep8 job issues with pylint==2.15.0

    This patch also includes [0], needed to unblock the CI for
    stable/yoga. "oslo.context" has removed the deprecated argument
    "tenant" from RequestContext[1]. This patch is included in
    "oslo.context" 4.1.0 [2].

    This patch also includes [3], that fixes the "redundant-keyword-arg"
    pylint error in the "update_attributes_map" method.

    [0]https://review.opendev.org/c/openstack/neutron-lib/+/864751
    [1]https://review.opendev.org/c/openstack/oslo.context/+/815938
    [2]https://review.opendev.org/c/openstack/requirements/+/829599
    [3]https://review.opendev.org/c/openstack/neutron-lib/+/840816

    Closes-Bug: #1988296
    Closes-Bug: #1996776

    Change-Id: I3a4a27ec4672f8ea8848d7c04651730dae6f40ff
    (cherry picked from commit 7026199065fc67977871c6f2521ce6334c20147a)
    (cherry picked from commit a8abe9d592da5bcf065af40e0ba1cd3599ede1e7)