Comment 6 for bug 1263122

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

Reviewed: https://review.openstack.org/63495
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=bf44d83188a360197d90fa6774b8b7ca8bf1a6d0
Submitter: Jenkins
Branch: master

commit bf44d83188a360197d90fa6774b8b7ca8bf1a6d0
Author: Sean Dague <email address hidden>
Date: Fri Dec 20 14:56:13 2013 -0500

    sync oslo service to fix SIGHUP handling

    this is a sync of the oslo service code to fix a bug found in
    the sighup handling. Previously it was not possible to use
    devstack's unstack.sh because the service module would always
    restart under a SIGHUP, not only when the process was running as
    a service. SIGHUP on a non-detached process should act like
    SIGTERM. This change fixes that.

    Change-Id: Ib260d82519fde5c5cb24a2c0c8a7cccd0b96b84f
    Related-Bug: #1263122