Comment 8 for bug 1866093

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

Reviewed: https://review.opendev.org/716208
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=cf9f0019e663f730807aeec03d44490da2e1d2bc
Submitter: Zuul
Branch: stable/train

commit cf9f0019e663f730807aeec03d44490da2e1d2bc
Author: Damien Ciabrini <email address hidden>
Date: Wed Mar 25 18:58:16 2020 +0100

    Fix placement dependencies to work with mysql's ed25519

    In placement, mysql-migrate-db.sh calls the mysql CLI directly,
    and when users are configured to authenticate via ed25519, mysql
    CLI requires client_ed25519.so, which is provided by mariadb-server.

    Partial-Bug: #1866093

    Change-Id: I011d0056c34150420eb4b9dfde721a7f30a0e25a
    (cherry picked from commit 047170597379f19aa634fca47a82282d7ec2f257)