Comment 58 for bug 1844446

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

Reviewed: https://review.opendev.org/695871
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=51d589b766f9854e8e23bf40ed1b1b44f3b0517b
Submitter: Zuul
Branch: stable/train

commit 51d589b766f9854e8e23bf40ed1b1b44f3b0517b
Author: Alex Schultz <email address hidden>
Date: Tue Oct 22 13:41:05 2019 -0600

    Switch to use process executor

    We switched the tripleo-container-image-prepare script in
    tripleo-common, but a user will likely run the 'openstack tripleo
    container image prepare' command. Currently it uses the default which is
    the threading executor.

    Poke tripleo common lower/requirements as well.

    Change-Id: Ifc5b46633a1f9fc9378eaa17170f6664d566c3c4
    Related-Bug: #1844446