Comment 58 for bug 1813147

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/stein)

Reviewed: https://review.opendev.org/685072
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=58ad6aba98afe25a0f596decce3af567d0abe4e0
Submitter: Zuul
Branch: stable/stein

commit 58ad6aba98afe25a0f596decce3af567d0abe4e0
Author: Stephen Finucane <email address hidden>
Date: Wed Sep 25 16:18:41 2019 +0100

    Ignore sqla-migrate inspect.getargspec deprecation warnings on py36

    The 'message' argument is a regex so you need to escape brackets and the
    likes. Strange that this worked on py27.

    This was coincidentally fixed by Ib9f735216773224f91ac7f49fbe2eee119670872
    in Train but this change is backportable while that one is not.

    Conflicts:
          nova/tests/fixtures.py

    NOTE(mriedem): The conflict is due to not having change
    Ib9f735216773224f91ac7f49fbe2eee119670872 in Stein, as
    noted above.

    Change-Id: Ia1f0fa6a46bdd0a87d40721937355b2cc887f1c9
    Signed-off-by: Stephen Finucane <email address hidden>
    Related-Bug: #1813147
    (cherry picked from commit 79ee80d159e8be0d9f8215c2c5e210c545c551a7)