Comment 5 for bug 1745189

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

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

commit b7a329d456c3b4972e7ecb79ed571230de2215f0
Author: James Page <email address hidden>
Date: Thu Jan 25 09:35:08 2018 +0000

    Align worker configuration option

    Align ceilometer charm with worker-multiplier usage as found
    across the majority of OpenStack Charms. Worker configuration
    values are set for API, Notification and Collector services
    as needed for each release. Note that for Ocata or later, API
    services are executed as WSGI apps under Apache which was
    already plugged into the standard worker calculation logic
    in charm helpers.

    This includes dropping of the existing api-worker configuration
    option in preference to a calculated approach.

    Change-Id: Idba7c3012d9d24b7ae6ef8eade4a5261ef1cbddc
    Closes-Bug: #1745189