Comment 31 for bug 1749280

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

Reviewed: https://review.openstack.org/550412
Committed: https://git.openstack.org/cgit/openstack/charm-ceilometer/commit/?id=f3148b9bd74bb08b840dcb45e5ce17736dcab981
Submitter: Zuul
Branch: master

commit f3148b9bd74bb08b840dcb45e5ce17736dcab981
Author: David Ames <email address hidden>
Date: Wed Mar 7 10:33:47 2018 +0100

    Run ceilometer-upgrade as an action

    The ceilometer-upgrade command needs to be run to update back end
    ceilometer data stores. When attempting to run this command during
    deploy time due to the number of required relations many inherent
    race conditions exist leading to Bug#1749280.

    This change allows the ceilometer-upgrade command to be run as an action
    post-deploy.

    Change-Id: I64a56d9a38532476b8a01df6227231a1276c708f
    Closes-Bug: #1749280