Comment 56 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/690389
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=3ca472c24fde83bbb48cab33f12af63d815c992c
Submitter: Zuul
Branch: master

commit 3ca472c24fde83bbb48cab33f12af63d815c992c
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