Comment 5 for bug 1453400

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

Reviewed: https://review.openstack.org/182246
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=682eed618fbbb7b38d753a55672f50d599a2c441
Submitter: Jenkins
Branch: master

commit 682eed618fbbb7b38d753a55672f50d599a2c441
Author: Matthew Mosesohn <email address hidden>
Date: Tue May 12 14:33:58 2015 +0300

    Inhibit start of supervisord for nailgun

    Starting supervisord starts nailgun app too early
    before it is ready to serve requests. It will be
    started later in the docker container in the
    foreground. This prevents a race condition where
    DB upgrade takes place and nailgun is stopped.

    Change-Id: Icd27758f00e8f472041eb83019cb89dcb030afd1
    Closes-Bug: #1453400