Comment 5 for bug 1638904

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

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

commit db6e2931660be76f654ba0cff8c63695b1b157ec
Author: Pavel Glushchak <email address hidden>
Date: Thu Nov 3 15:42:55 2016 +0300

    fixed cluster::mysql requires mysql client installed

    cluster::mysql calls `mysql` command in create-init-file
    However mysql client package is not installed at a moment,
    when this command is executed. Thus it fails.

    Change-Id: Iaf4dd8f8ffe58e47bef07df04952d889a8c32212
    Closes-Bug: #1638904
    Signed-off-by: Pavel Glushchak <email address hidden>