Comment 6 for bug 1884919

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/ussuri)

Reviewed: https://review.opendev.org/740413
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=d1b75e09e1c9abc7c4b834eb512511b76bd93f54
Submitter: Zuul
Branch: stable/ussuri

commit d1b75e09e1c9abc7c4b834eb512511b76bd93f54
Author: Radosław Piliszek <email address hidden>
Date: Wed Jul 8 15:52:11 2020 +0200

    Fix ceilometer-upgrade params

    It seems [1] has introduced a slight regression in that it tries
    by default to pass an empty string to ceilometer-upgrade which
    makes it fail:

    ceilometer-upgrade: error: unrecognized arguments:

    (note there is nothing more on that line)

    This patch fixes that by allowing the params to be of any number,
    including zero.

    Backport to Ussuri.

    [1] 3d587409ee068843cfa28710f09f65af48b69367

    Change-Id: I989a1dd30d1656b5c1fda7a46abbf5f265fbb72c
    Closes-Bug: #1884919
    (cherry picked from commit 69b8b7a49fd682bb15ff84fd0b322dc6c21b5007)