-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Eric Fried
committed
Sep 5, 2019
1 parent
cbaea3b
commit 73f1fda
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
fixes: | ||
- | | ||
By incorporating oslo fixes for `bug 1715374`_ and `bug 1794708`_, the | ||
nova-compute service now handles ``SIGHUP`` properly. | ||
.. _`bug 1794708`: https://bugs.launchpad.net/oslo.service/+bug/1794708 | ||
.. _`bug 1715374`: https://bugs.launchpad.net/nova/+bug/1715374 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters