From 73f1fda7e93325d3ca2b2c62afb17fe011d650f3 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Wed, 4 Sep 2019 06:47:48 -0500 Subject: [PATCH] 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 --- lower-constraints.txt | 6 +++--- releasenotes/notes/SIGHUP-works-c810d5ed14c73f68.yaml | 8 ++++++++ requirements.txt | 6 +++--- 3 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 releasenotes/notes/SIGHUP-works-c810d5ed14c73f68.yaml diff --git a/lower-constraints.txt b/lower-constraints.txt index 42d97ad81483..8d814974fc13 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -83,13 +83,13 @@ oslo.log==3.36.0 oslo.messaging==7.0.0 oslo.middleware==3.31.0 oslo.policy==1.35.0 -oslo.privsep==1.32.0 +oslo.privsep==1.33.2 oslo.reports==1.18.0 oslo.rootwrap==5.8.0 oslo.serialization==2.21.1 -oslo.service==1.34.0 +oslo.service==1.40.1 oslo.upgradecheck==0.1.1 -oslo.utils==3.37.0 +oslo.utils==3.40.2 oslo.versionedobjects==1.35.0 oslo.vmware==2.17.0 oslotest==3.8.0 diff --git a/releasenotes/notes/SIGHUP-works-c810d5ed14c73f68.yaml b/releasenotes/notes/SIGHUP-works-c810d5ed14c73f68.yaml new file mode 100644 index 000000000000..020817985146 --- /dev/null +++ b/releasenotes/notes/SIGHUP-works-c810d5ed14c73f68.yaml @@ -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 diff --git a/requirements.txt b/requirements.txt index 2849da625298..f4c6abec6f16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,14 +42,14 @@ oslo.log>=3.36.0 # Apache-2.0 oslo.reports>=1.18.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.21.1 # Apache-2.0 oslo.upgradecheck>=0.1.1 -oslo.utils>=3.37.0 # Apache-2.0 +oslo.utils>=3.40.2 # Apache-2.0 oslo.db>=4.44.0 # Apache-2.0 oslo.rootwrap>=5.8.0 # Apache-2.0 oslo.messaging>=7.0.0 # Apache-2.0 oslo.policy>=1.35.0 # Apache-2.0 -oslo.privsep>=1.32.0 # Apache-2.0 +oslo.privsep>=1.33.2 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 -oslo.service>=1.34.0 # Apache-2.0 +oslo.service>=1.40.1 # Apache-2.0 rfc3986>=1.1.0 # Apache-2.0 oslo.middleware>=3.31.0 # Apache-2.0 psutil>=3.2.2 # BSD