Comment 13 for bug 1651182

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

Reviewed: https://review.openstack.org/417440
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=f9f7ec7c4cf9aea5c2888d76d4cba957c4527c22
Submitter: Jenkins
Branch: stable/newton

commit f9f7ec7c4cf9aea5c2888d76d4cba957c4527c22
Author: Vladimir Kuklin <email address hidden>
Date: Wed Jan 4 18:27:58 2017 +0300

    Fix apt discrepancy around mysql client package

    When we run galera/mysql packages installation
    we can get into dependencies issues with mysql
    client package as it is not installed at the time
    when perl dbd module requires it. At the same time
    libperl-dbd-mysql is depending on it, so it fails.
    Instead we need to ensure that mysql client is installed
    along with its libraries prior to installing additional
    packages for galera.

    Change-Id: Idc91a399a46cd63c2201660bb248c0a0ad3fb9b8
    Closes-bug: #1651182