Comment 2 for bug 1823743

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

Reviewed: https://review.openstack.org/650919
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=78f0191aa8251f97f1c2bb66fe7c2a35b99f26f7
Submitter: Zuul
Branch: master

commit 78f0191aa8251f97f1c2bb66fe7c2a35b99f26f7
Author: Alex Kavanagh <email address hidden>
Date: Mon Apr 8 16:01:07 2019 +0100

    Ensure that manager.py is stopped when keystone restarted

    This patch ensures that any running manager.py script is stopped if the
    keystone service (either standalone, or run via apache2) is restarted.
    The ManagerServer will automatically (re)start the manager.py script
    when it is needed.

    Change-Id: I4e3dff340cce73b2de7d697f3685d602defb5179
    Related-Bug: #1823743