neutron/neutron/agent
Brian Haley 929b383743 Fix some new pylint "R" warnings
After updating pylint, it started emitting additional "R"
warnings in some cases, fix some of them.

  use-a-generator,
  unnecessary-lambda-assignment,
  consider-using-max-builtin,
  consider-using-generator,
  consider-using-in,
  use-list-literal,
  consider-using-from-import

Trivialfix

Change-Id: Ife6565cefcc30b4e8a0df9121c9454cf744225df
2023-07-18 18:06:51 -04:00
..
common Fullstack: Wait placement process fixtrue to really stop 2023-01-25 14:00:49 +01:00
dhcp Merge "Do not log full network on reload_allocations" 2023-02-18 00:22:16 +00:00
l2 Bump the minimum pyroute2 version to 0.7.3 2023-01-18 04:43:09 +01:00
l3 Fix some new pylint "R" warnings 2023-07-18 18:06:51 -04:00
linux Fix some new pylint "R" warnings 2023-07-18 18:06:51 -04:00
metadata Suppress IPv6 metadata DAD failure and delete address 2023-04-04 09:39:19 -04:00
ovn [OVN] Add update event to ``OVSInterfaceEvent`` class 2023-04-19 20:43:02 +02:00
ovsdb Use ovs constants from neutron-lib 2022-06-17 10:36:44 +05:30
windows Remove rootwrap execution (1) 2021-02-06 16:22:43 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extensions_manager.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
dhcp_agent.py Don't register config options on imports 2022-04-13 05:49:15 +00:00
firewall.py [ovs fw] Restrict IPv6 NA and DHCP(v6) IP and MAC source addresses 2021-04-13 15:15:41 +02:00
l3_agent.py Don't register config options on imports 2022-04-13 05:49:15 +00:00
metadata_agent.py Don't register config options on imports 2022-04-13 05:49:15 +00:00
resource_cache.py Cleanup fanout queues on ovs agent stop 2022-09-09 09:03:45 +02:00
rpc.py Avoid failure of get_device_details if net from cache is empty 2023-01-18 15:27:31 +01:00
securitygroups_rpc.py Start using security-groups-shared-filtering from neutron-lib 2022-05-19 12:51:15 -04:00