Comment 60 for bug 1844446

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

Reviewed: https://review.opendev.org/701570
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=9206ff9a853ae62aee29750d0aaf88f1b1dd1d04
Submitter: Zuul
Branch: stable/stein

commit 9206ff9a853ae62aee29750d0aaf88f1b1dd1d04
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