neutron/neutron/cmd/eventlet/agents
Bernard Cafarelli 5ce0595803
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
2020-07-01 12:28:29 +02:00
..
__init__.py Moved several services into neutron.cmd.eventlet 2015-02-18 13:33:57 +01:00
dhcp.py Set process name for agents 2020-07-01 12:28:29 +02:00
l3.py Set process name for agents 2020-07-01 12:28:29 +02:00
metadata.py Set process name for agents 2020-07-01 12:28:29 +02:00
ovn_metadata.py Set process name for agents 2020-07-01 12:28:29 +02:00