Files
neutron/.coveragerc
Ihar Hrachyshka 25d0273588 Remove linuxbridge driver
It's been experimental for some time. The project struggles with a
matrix of configurations, obsolete docs etc. It's better to remove code
than let it rot. Interested parties are recommended to migrate to a
supported driver (preferrably the default driver for neutron - OVN), or
take over maintenance of the linuxbridge driver out-of-tree.

Change-Id: I2b3a08352fa5935db8ecb9da312b7ea4b4f7e43a
2025-01-20 09:45:43 -05:00

20 lines
597 B
INI

[run]
branch = True
source = neutron
omit =
neutron/tests/*
neutron/cmd/eventlet/agents/dhcp.py
neutron/cmd/eventlet/agents/l3.py
neutron/cmd/eventlet/agents/metadata.py
neutron/cmd/eventlet/agents/ovn_metadata.py
neutron/cmd/eventlet/agents/ovn_neutron_agent.py
neutron/cmd/eventlet/plugins/macvtap_neutron_agent.py
neutron/cmd/eventlet/plugins/ovs_neutron_agent.py
neutron/cmd/eventlet/plugins/sriov_nic_neutron_agent.py
neutron/cmd/pd_notify.py
neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/api.py
neutron/services/loki/loki_plugin.py
[report]
ignore_errors = True