Comment 41 for bug 1715374

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

Reviewed: https://review.opendev.org/679974
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=73f1fda7e93325d3ca2b2c62afb17fe011d650f3
Submitter: Zuul
Branch: master

commit 73f1fda7e93325d3ca2b2c62afb17fe011d650f3
Author: Eric Fried <email address hidden>
Date: Wed Sep 4 06:47:48 2019 -0500

    Bump min for oslo.service & .privsep to fix SIGHUP

    The combined fixes for the two related bugs resolve the problem where
    SIGHUP breaks the nova-compute service. Bump the minimum requirements
    for oslo.privsep and oslo.service to make sure these fixes are in place,
    and add a reno to advertise resolution of the issue.

    This also bumps oslo.utils to match the lower constraint from
    oslo.service.

    Change-Id: I39ead744b21a4423352a88573f327273e4d09630
    Related-Bug: #1794708
    Related-Bug: #1715374