Comment 2 for bug 1567741

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

Reviewed: https://review.openstack.org/303538
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=eae361c36e4084e85c78c9295467900e7a86c4c1
Submitter: Jenkins
Branch: master

commit eae361c36e4084e85c78c9295467900e7a86c4c1
Author: Liam Young <email address hidden>
Date: Fri Apr 8 16:57:02 2016 +0000

    Restart apache2 safely when using mod_wsgi

    The restart_on_change function uses the underlying init systems service
    control programs to stop/start/restart services. However, sometimes
    these misbehave like apache2 with mod_wsgi which can leave process
    running after stop has completed which then block start from running.
    These change ensures that apache really has stopped before starting it.

    Change-Id: I8255d8f5371f7bb0783878253afafcf27275b6b8
    Closes-Bug: 1567741