Comment 2 for bug 1545825

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

Reviewed: https://review.openstack.org/280608
Committed: https://git.openstack.org/cgit/openstack/fuel-octane/commit/?id=0144ae69625f189e9e693554c1b7c8694eb19ae4
Submitter: Jenkins
Branch: master

commit 0144ae69625f189e9e693554c1b7c8694eb19ae4
Author: Oleg Gelbukh <email address hidden>
Date: Tue Feb 16 11:02:20 2016 +0000

    Start container before systemd unit for nailgun and keystone

    Dockerctl improperly detects readyness of docker container. Thus,
    we need to start the container before corresponding systemd unit
    (service).

    Run container first ensures that the systemd unit properly finishes
    its work.

    Add wait function to check if container is ready as a fix for race
    condition in dockerctl's check_ready function (bug #1545825).

    Change-Id: Id34986f42dd9944969475d5e0c1bec9814746b5f
    Closes-bug: 1545825