Comment 4 for bug 1616155

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

Reviewed: https://review.openstack.org/359440
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=29c542186b8bc1b3d54611574aa953a03039d2fe
Submitter: Jenkins
Branch: master

commit 29c542186b8bc1b3d54611574aa953a03039d2fe
Author: Stephan Michaud <email address hidden>
Date: Tue Aug 23 16:44:48 2016 -0400

    Add mariadb client binaries to kolla-toolbox

    The kolla-toolbox container contains ansible which has the mysql_db
    module which helps on various mysql tasks such as db creation. The
    mysql_db module requires certain mysql binaries in order to accomplish
    tasks such as restoring a database from a dump.

    This change adds those client libraries which weren't previously
    included in the container.

    Change-Id: I6516838381bf9327c8901fc4c32ebd5151fb053f
    Signed-off-by: Stephan Michaud <email address hidden>
    Closes-Bug: #1616155