Comment 5 for bug 1535435

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

Reviewed: https://review.openstack.org/275274
Committed: https://git.openstack.org/cgit/openstack/fuel-plugin-elasticsearch-kibana/commit/?id=19c0edc7ace12055ff9bd230b84783d80de7fbbd
Submitter: Jenkins
Branch: master

commit 19c0edc7ace12055ff9bd230b84783d80de7fbbd
Author: Guillaume Thouvenin <email address hidden>
Date: Tue Feb 2 16:30:56 2016 +0100

    Escape percent in the command of the es-curator

    This change escapes the percentage because it is used in a crontab
    entry. The first percentage denotes the start of the STDIN and the
    others denote a new line if they are not escaped.

    Change-Id: I1eda385939e45937696d9f1c090ebd9d471ac485
    Closes-Bug: #1535435