Comment 2 for bug 1835837

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

Reviewed: https://review.opendev.org/669766
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=4596f0f332a8ba6e03399c994cd9e6a7803f44f3
Submitter: Zuul
Branch: master

commit 4596f0f332a8ba6e03399c994cd9e6a7803f44f3
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