Skip to content

Commit 73f1fda

Browse files
author
Eric Fried
committed
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
1 parent cbaea3b commit 73f1fda

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

lower-constraints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ oslo.log==3.36.0
8383
oslo.messaging==7.0.0
8484
oslo.middleware==3.31.0
8585
oslo.policy==1.35.0
86-
oslo.privsep==1.32.0
86+
oslo.privsep==1.33.2
8787
oslo.reports==1.18.0
8888
oslo.rootwrap==5.8.0
8989
oslo.serialization==2.21.1
90-
oslo.service==1.34.0
90+
oslo.service==1.40.1
9191
oslo.upgradecheck==0.1.1
92-
oslo.utils==3.37.0
92+
oslo.utils==3.40.2
9393
oslo.versionedobjects==1.35.0
9494
oslo.vmware==2.17.0
9595
oslotest==3.8.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
fixes:
3+
- |
4+
By incorporating oslo fixes for `bug 1715374`_ and `bug 1794708`_, the
5+
nova-compute service now handles ``SIGHUP`` properly.
6+
7+
.. _`bug 1794708`: https://bugs.launchpad.net/oslo.service/+bug/1794708
8+
.. _`bug 1715374`: https://bugs.launchpad.net/nova/+bug/1715374

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ oslo.log>=3.36.0 # Apache-2.0
4242
oslo.reports>=1.18.0 # Apache-2.0
4343
oslo.serialization!=2.19.1,>=2.21.1 # Apache-2.0
4444
oslo.upgradecheck>=0.1.1
45-
oslo.utils>=3.37.0 # Apache-2.0
45+
oslo.utils>=3.40.2 # Apache-2.0
4646
oslo.db>=4.44.0 # Apache-2.0
4747
oslo.rootwrap>=5.8.0 # Apache-2.0
4848
oslo.messaging>=7.0.0 # Apache-2.0
4949
oslo.policy>=1.35.0 # Apache-2.0
50-
oslo.privsep>=1.32.0 # Apache-2.0
50+
oslo.privsep>=1.33.2 # Apache-2.0
5151
oslo.i18n>=3.15.3 # Apache-2.0
52-
oslo.service>=1.34.0 # Apache-2.0
52+
oslo.service>=1.40.1 # Apache-2.0
5353
rfc3986>=1.1.0 # Apache-2.0
5454
oslo.middleware>=3.31.0 # Apache-2.0
5555
psutil>=3.2.2 # BSD

0 commit comments

Comments
 (0)