Comment 3 for bug 1632287

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

Reviewed: https://review.openstack.org/384935
Committed: https://git.openstack.org/cgit/openstack/charm-ceilometer/commit/?id=f289429ed66138f1786bb89d02cf6a4aec476241
Submitter: Jenkins
Branch: master

commit f289429ed66138f1786bb89d02cf6a4aec476241
Author: Liam Young <email address hidden>
Date: Tue Oct 11 10:59:19 2016 +0000

    Stop/Start ceilometer-api if Apache has changed

    If the charm enables https then apache is used to terminate ssl. As
    part of this Apache listens on the port that the ceilometer API port
    was listening on and the API service shuffles down to a lower port. If
    the services are restarted one at a time and Apache goes first then
    Apache will try and bind to the port the API service is listening on
    because the API service has not yet been restarted to pick up its
    new port.

    Change-Id: Ied3224660948a9775c8000369cba0c287944cde5
    Closes-Bug: 1632287