Comment 6 for bug 1393342

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.1)

Reviewed: https://review.openstack.org/137005
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=3c7855027192dbcfa330a664174830d2dae0953b
Submitter: Jenkins
Branch: stable/5.1

commit 3c7855027192dbcfa330a664174830d2dae0953b
Author: Matthew Mosesohn <email address hidden>
Date: Mon Nov 17 14:15:28 2014 +0400

    Fix behavior when running dockerctl start --attach

    --attach option skips check_ready steps, which would only
    run after a container was killed. This led to unnecessary
    checks that were run when the container is stopped. Now the
    program exits quickly so supervisor can restart the container
    as intended.

    Additionally, consolidated cobbler checks so that it fails in
    16 minutes intead of 32.

    Change-Id: I4d3c6e20b8dec0d11af46080fe6941b6b34cae4a
    Closes-Bug: #1393342
    (cherry picked from commit 68ef000b8cab70f56944040afcf7d5d0e5f34bbf)