Comment 4 for bug 1881297

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.opendev.org/735125
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5ce0595803e72157a82f086b520f454786100872
Submitter: Zuul
Branch: master

commit 5ce0595803e72157a82f086b520f454786100872
Author: Bernard Cafarelli <email address hidden>
Date: Thu Jun 11 14:20:49 2020 +0200

    Set process name for agents

    Now that we use setproctitle for neutron-server workers (and
    neutron-keepalived-state-change), this has the side effect of changing
    the process name for agents, impacting some monitoring systems. More
    details in launchpad bug.

    This patch fixes it by setting the name with setproctitle to:
    agent name (original process name).

    Also use the newly introduced name constants to replace existing
    hardcoded uses.

    Change-Id: I74c3a4d3e9f833752571a75f196560cd45529385
    Closes-Bug: #1881297