Comment 10 for bug 1565703

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

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

commit ca1a40464ceda65b0867eb82dcaa5793d7f28a4e
Author: Kyrylo Galanov <email address hidden>
Date: Mon Apr 4 14:42:00 2016 +0200

    Fix unless condition for ceph-deploy

    In case of using an array parameter in Exec {unless}, it will run only if all
    commands are false. However, we need to execute it if any of conditional
    commands is false.

    Change-Id: I002c734ffdbd6e6f69ff83c5f98e503e09503356
    Closes-bug: #1565703
    (cherry picked from commit f95c6344dce9c7caa3fe86da3a38521a2e63111c)