Comment 15 for bug 1864108

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

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

commit 7f4622ddf8dfbf0d6f0319fc6a882c7045a29f8e
Author: Emilien Macchi <email address hidden>
Date: Thu Feb 20 22:41:18 2020 -0500

    Add --work-dir option to container image build command

    Add --work-dir to openstack overcloud container image build command and
    every run will create a unique workspace which where will be stored Kolla
    configs and build logs. Default directory will be in
    /tmp/container-builds. UUIDs are used to identify each time we run the
    command and will be the directory name in the work dir.

    Related-Bug: #1864108
    Change-Id: Id3e52ba920c54c98529ecb5f723ba452362a0b32
    (cherry picked from commit 7aeba8f51afbd2593886318af59697c83932b378)