Comment 7 for bug 1840145

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

Reviewed: https://review.opendev.org/713500
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=b37cb79f6ce2e9017fa21c315bd0fdcec72ee5c9
Submitter: Zuul
Branch: stable/rocky

commit b37cb79f6ce2e9017fa21c315bd0fdcec72ee5c9
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)