neutron/neutron/plugins/ml2/drivers
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
..
agent Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
l2pop Propose replacement of ORM from_self() 2023-02-01 14:30:37 +00:00
linuxbridge Implement experimental features framework 2022-06-30 17:59:49 -05:00
macvtap Don't register config options on imports 2022-04-13 05:49:15 +00:00
mech_sriov Fix some pylint indentation warnings 2022-12-12 11:48:25 -05:00
openvswitch Fix some new pylint "R" warnings 2023-07-18 18:06:51 -04:00
ovn Fix some new pylint "R" warnings 2023-07-18 18:06:51 -04:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py Randomize segmentation ID assignation 2021-03-24 13:56:09 +00:00
mech_agent.py Make MechanismDriverContext plugin_context public 2022-11-17 11:03:44 +01:00
type_flat.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_geneve.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_gre.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_local.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_tunnel.py Fix some pylint indentation warnings 2022-11-03 22:27:55 -04:00
type_vlan.py Fix VLAN driver tests 2021-03-16 15:43:33 +00:00
type_vxlan.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00