Comment 16 for bug 1529937

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

Reviewed: https://review.openstack.org/323797
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=fa8f1f7746bf639f73d09964e482bd7847180d1d
Submitter: Jenkins
Branch: master

commit fa8f1f7746bf639f73d09964e482bd7847180d1d
Author: Jerzy Mikolajczak <email address hidden>
Date: Wed Jun 1 12:23:17 2016 +0200

    Add fallback prevention to mysql in haproxy config

    Using sticky-table + stick on dst prevents fallback to active node in
    scenario where it comes back from being down. This may lead to sql
    connections from openstack services to different mysql nodes.

    This patch also removes hash-type and balance option as stickiness
    is being done with sticky-table.

    Change-Id: Ibc2fb4fa5a1938aec447694638c4c9e99edbba53
    Closes-bug: #1529937