Comment 4 for bug 1835837

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/stein)

Reviewed: https://review.opendev.org/669884
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=10d504871b40724f0d8e24dd39447a5935f1b428
Submitter: Zuul
Branch: stable/stein

commit 10d504871b40724f0d8e24dd39447a5935f1b428
Author: Alex Schultz <email address hidden>
Date: Mon Jul 8 16:03:32 2019 -0600

    Exit 1 when container image prepare fails

    Currently if an exception is thrown during the container image prepare,
    we log it but we still return 0. Anything that is running the command
    doesn't know it had issues.

    Change-Id: I87be8c3c7268399d86856eb47e801258d117a172
    Closes-Bug: #1835837
    (cherry picked from commit 4596f0f332a8ba6e03399c994cd9e6a7803f44f3)