Comment 3 for bug 1981194

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to rally-openstack (master)

Reviewed: https://review.opendev.org/c/openstack/rally-openstack/+/849464
Committed: https://opendev.org/openstack/rally-openstack/commit/c1d9cf911bb66225f8332a1ca3cdddf00a7e0996
Submitter: "Zuul (22348)"
Branch: master

commit c1d9cf911bb66225f8332a1ca3cdddf00a7e0996
Author: Andrey Kurilin <email address hidden>
Date: Tue Jul 12 11:27:48 2022 +0300

    Suppress 2 warnings from Docutils

    The following 2 warnings do not require any modification of our code, so
    we can silently hide them and wait for new release of docutils:

    - The frontend.OptionParser class will be replaced by a subclass of
      argparse.ArgumentParser in Docutils 0.21 or later.
    - The frontend.Option class will be removed in Docutils 0.21 or later.

    Also, this commit temporary disables all dsvm job. They require a fix
    for list-resources ansible role, but it would be nice to do that in a
    separate change.

    Change-Id: I82e794c3d12222db9380701e6923b6e065b596ac
    Closes-Bug: 1981194