Comment 8 for bug 1496042

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

Reviewed: https://review.openstack.org/262437
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=9a80d32c64512fcd52fac24bae9b10513999d2b6
Submitter: Jenkins
Branch: stable/8.0

commit 9a80d32c64512fcd52fac24bae9b10513999d2b6
Author: Maksim Malchuk <email address hidden>
Date: Wed Dec 23 20:24:13 2015 +0300

    Debug and Notice messages during Fuel master start

    Instead of running 'dockerctl build all' command in the background
    and long wait for a debug output we've split the command to build
    each container one by one, but keep the original order. Doing this,
    we have much more information what is going on.

    Also this commit adds some important message to the log which used
    as an anchor for VirtualBox scripts.

    Change-Id: I77a1d3a32633390c1fe37bbeb81da5d0996972df
    Partial-Bug: #1496042
    Closes-Bug: #1529467