Comment 12 for bug 1564278

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/mitaka)

Reviewed: https://review.openstack.org/301974
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=967d845bdfabfe1655486d4a60b34af3a1efeacb
Submitter: Jenkins
Branch: stable/mitaka

commit 967d845bdfabfe1655486d4a60b34af3a1efeacb
Author: Steven Dake <email address hidden>
Date: Tue Apr 5 11:32:20 2016 -0400

    Change waiting on mariadb.pid

    Previously the code looked at mariadb.pid, but this seemed
    flakey in function. It seemed racey and prone to failure on
    slower connections to a registry. The original task was
    extremely complex and it didnt really verify that the MariaDB
    was ready to serve connections. Use wait_for with a regex
    instead.

    Change-Id: I3aafac04f03639b08e0ef4d6a9c9e1a4499f000c
    Closes-Bug: #1564278
    (cherry picked from commit ba4bcdbbe84a42e0346c0e36abf0d1cbc5007444)