neutron/neutron/plugins/ml2/drivers/linuxbridge/agent
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
..
common Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
extension_drivers Start using oslo_utils.netutils.is_ipv6_enabled() 2019-10-16 21:44:56 -04:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
arp_protect.py Adopt timers for new tenacity release 2019-08-21 14:21:31 +00:00
linuxbridge_agent_extension_api.py Use same instance of iptables_manager in L2 agent and extensions 2018-01-05 11:07:32 +01:00
linuxbridge_capabilities.py Implementation of vlan-aware-vms for Linux Bridge 2016-09-09 01:17:05 -07:00
linuxbridge_neutron_agent.py Set process name for agents 2020-07-01 12:28:29 +02:00