Comment 10 for bug 1564278

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

Reviewed: https://review.openstack.org/301772
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=ba4bcdbbe84a42e0346c0e36abf0d1cbc5007444
Submitter: Jenkins
Branch: master

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