Comment 4 for bug 1829758

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

Reviewed: https://review.opendev.org/661026
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=61a73d129e2259ce65bd3bc330bec7fa37618037
Submitter: Zuul
Branch: stable/stein

commit 61a73d129e2259ce65bd3bc330bec7fa37618037
Author: Damien Ciabrini <email address hidden>
Date: Mon May 20 16:53:02 2019 +0200

    Write TLS config under section [client] in tripleo.cnf

    the SQL shell 'mysql' currently cannot parse config under section
    [tripleo] as option bind-address is not supported in mariadb (only
    supported in mysql and PyMySQL).

    Generate a proper TLS config under section [client] so that the
    mysql shell can connect to the mysql server with the proper TLS
    settings.

    Change-Id: Icaaee64b6f491bf80fde2a8a44c6b28727493e13
    Closes-Bug: #1829758
    (cherry picked from commit 1d3ef8bcb7127698a0f472e5302a7f06e10ca010)