Comment 6 for bug 1496042

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

Reviewed: https://review.openstack.org/261062
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=a8a752103daf7dd475754ab9122cc6fd38278c28
Submitter: Jenkins
Branch: master

commit a8a752103daf7dd475754ab9122cc6fd38278c28
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