Comment 3 for bug 1840145

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

Reviewed: https://review.opendev.org/693014
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=0d03d2e28f1d37b3eb21386bd6b1a9665d560b4b
Submitter: Zuul
Branch: stable/stein

commit 0d03d2e28f1d37b3eb21386bd6b1a9665d560b4b
Author: Scott Solkhon <email address hidden>
Date: Tue Aug 13 15:27:50 2019 +0000

    Wait for MariaDB to be accessible via HAProxy

    Explicitly wait for the database to be accessible via the load balancer.
    Sometimes it can reject connections even when all database services are up,
    possibly due to the health check polling in HAProxy.

    Closes-Bug: #1840145
    Change-Id: I7601bb710097a78f6b29bc4018c71f2c6283eef2
    (cherry picked from commit 03cd7eb3563788ca1ffd7b19130f18614887a546)