• Bug#1109875: unblock: octavia/16.0.0-2

    From Thomas Goirand@21:1/5 to All on Fri Jul 25 13:10:01 2025
    XPost: linux.debian.devel.release

    This is a multi-part MIME message sent by reportbug.


    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
    +++