Your message dated Fri, 25 Jul 2025 20:04:12 +0000
with message-id <[email protected]>
and subject line unblock octavia
has caused the Debian Bug report #1109875,
regarding unblock: octavia/16.0.0-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1109875: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109875
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:octavia
User: [email protected]
Usertags: unblock
Please unblock package octavia
[ Reason ]
It's the same patch as for all other OpenStack daemon: setting the value
for OS_OSLO_MESSAGING_RABBIT__PROCESSNAME so that not all projects use the
same file under /dev/shm.
[ Impact ]
Impossible to start octavia-api if another project is using the same file.
[ Tests ]
Manually tested it does what's intended (full deployment CI).
[ Risks ]
Trivial risks: it's only an env var that's being set.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock octavia/16.0.0-2
diff --git a/debian/changelog b/debian/changelog
index 7805a4c2f..f5b8c956a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+octavia (16.0.0-2) unstable; urgency=medium
+
+ * Set export OS_OSLO_MESSAGING_RABBIT__PROCESSNAME for all daemons.
+
+ -- Thomas Goirand <[email protected]> Fri, 25 Jul 2025 12:55:07 +0200
+
octavia (16.0.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/octavia-api-uwsgi.ini b/debian/octavia-api-uwsgi.ini
index c5f4bb641..01a0ee9b9 100644
--- a/debian/octavia-api-uwsgi.ini
+++ b/debian/octavia-api-uwsgi.ini
@@ -53,6 +53,7 @@ listen = 100
##################################
### OpenStack service specific ###
##################################
+env = OS_OSLO_MESSAGING_RABBIT__PROCESSNAME=octavia-api
# This is the standard port for the WSGI application, listening on all
available IPs
logto = /var/log/octavia/octavia-api.log
diff --git a/debian/octavia-driver-agent.init.in
b/debian/octavia-driver-agent.init.in
index 5c735d916..ee79a492c 100644
--- a/debian/octavia-driver-agent.init.in
+++ b/debian/octavia-driver-agent.init.in
@@ -16,3 +16,4 @@
DESC="OpenStack Octavia Driver Agent (octavia-driver-agent)"
PROJECT_NAME=octavia
NAME=${PROJECT_NAME}-driver-agent
+export OS_OSLO_MESSAGING_RABBIT__PROCESSNAME=octavia-driver-agent
diff --git a/debian/octavia-health-manager.init.in
b/debian/octavia-health-manager.init.in
index fdd6d494c..aab5a8821 100644
--- a/debian/octavia-health-manager.init.in
+++ b/debian/octavia-health-manager.init.in
@@ -16,3 +16,4 @@
DESC="OpenStack Octavia Health Manager (octavia-health-manager)"
PROJECT_NAME=octavia
NAME=${PROJECT_NAME}-health-manager
+export OS_OSLO_MESSAGING_RABBIT__PROCESSNAME=octavia-health-manager
diff --git a/debian/octavia-housekeeping.init.in
b/debian/octavia-housekeeping.init.in
index a1504dc9d..8543ae861 100644
--- a/debian/octavia-housekeeping.init.in
+++ b/debian/octavia-housekeeping.init.in
@@ -16,3 +16,4 @@
DESC="OpenStack Octavia Housekeeping Manager (octavia-housekeeping)"
PROJECT_NAME=octavia
NAME=${PROJECT_NAME}-housekeeping
+export OS_OSLO_MESSAGING_RABBIT__PROCESSNAME=octavia-housekeeping
diff --git a/debian/octavia-worker.init.in b/debian/octavia-worker.init.in
index 4d47ef0d1..b6ee44f09 100644
--- a/debian/octavia-worker.init.in
+++ b/debian/octavia-worker.init.in
@@ -16,3 +16,4 @@
DESC="OpenStack Octavia Worker (octavia-worker)"
PROJECT_NAME=octavia
NAME=${PROJECT_NAME}-worker
+export OS_OSLO_MESSAGING_RABBIT__PROCESSNAME=octavia-worker
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---