Comment 5 for bug 1844446

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tripleoclient (master)

Reviewed: https://review.opendev.org/682905
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=89be0d17c5d380777070e8f3dd6369289697d2a9
Submitter: Clark Boylan (<email address hidden>)
Branch: master

commit 89be0d17c5d380777070e8f3dd6369289697d2a9
Author: Emilien Macchi <email address hidden>
Date: Wed Sep 18 10:07:59 2019 -0400

    Disable inflight validations by default

    The inflight validations caused timeouts in the TripleO CI.
    They should not be enabled by default. New features should not be
    enabled by default in general, they should be optional.

    So this patch changes the option to be --inflight-validations,
    and make sure the inflights are disabled by default everywhere it's
    called.

    Change-Id: I082628a9480686d6a7801056c3b4bf332b4e3d95
    Related-Bug: #1844446