Comment 5 for bug 1778784

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

Reviewed: https://review.openstack.org/623545
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=bbc431f32bcf206beec899109853e58fbe23564a
Submitter: Zuul
Branch: stable/rocky

commit bbc431f32bcf206beec899109853e58fbe23564a
Author: Matt Riedemann <email address hidden>
Date: Thu Dec 6 15:35:58 2018 -0500

    Ignore MoxStubout deprecation warnings

    Like how we ignore mox3 usage warnings, we can ignore
    MoxStubout deprecation warnings as well.

    In a py35 unit test run, these warnings show up over
    1000 times (probably closer to 17K+ based on the number
    of unit tests we run) and bloat the console logs.

    Change-Id: I598999303c8e91f448e48dea1049a24332ba2f53
    Closes-Bug: #1778784
    (cherry picked from commit 2f693360b4cf7616c6e1ff5573aedeab801e88b8)