Comment 6 for bug 1638904

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

Reviewed: https://review.openstack.org/417965
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=bdbabac9fcfa1793fb6c602aa06ebf7c2f0f9e6f
Submitter: Jenkins
Branch: stable/mitaka

commit bdbabac9fcfa1793fb6c602aa06ebf7c2f0f9e6f
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>