You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neutron/neutron/plugins/ml2/drivers
Terry Wilson 67e616b238 Never raise an exception in notify()
notify() is called from python-ovs code which is not built to
recover from an exception in this user-overriden code. If there
is an exception (e.g. the DB server is down when we process
the hash ring), this exception can cause an unrecoverable error
in processing OVSDB messages, rendering the neutron worker useless.

Change-Id: I5f703d82175d71a222c76df37a82b5ccad890d14
4 months ago
..
agent Remove usage of six.add_metaclass 3 years ago
l2pop Make MechanismDriverContext plugin_context public 7 months ago
linuxbridge Implement experimental features framework 11 months ago
macvtap Don't register config options on imports 1 year ago
mech_sriov Fix some pylint indentation warnings 6 months ago
openvswitch Merge "Support for minimum bandwidth rules in tunnelled networks" 5 months ago
ovn Never raise an exception in notify() 4 months ago
__init__.py Empty files should not contain copyright or license 9 years ago
helpers.py Randomize segmentation ID assignation 2 years ago
mech_agent.py Make MechanismDriverContext plugin_context public 7 months ago
type_flat.py Use network segment ranges for segment allocation 4 years ago
type_geneve.py Use network segment ranges for segment allocation 4 years ago
type_gre.py Use network segment ranges for segment allocation 4 years ago
type_local.py Use network segment ranges for segment allocation 4 years ago
type_tunnel.py Fix some pylint indentation warnings 7 months ago
type_vlan.py Fix VLAN driver tests 2 years ago
type_vxlan.py Use network segment ranges for segment allocation 4 years ago