Comment 2 for bug 1638904

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

Reviewed: https://review.openstack.org/393300
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=9e3f6cf0ad480296ba866bd0fb7a7a31f380a0c9
Submitter: Jenkins
Branch: master

commit 9e3f6cf0ad480296ba866bd0fb7a7a31f380a0c9
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>