neutron/neutron/plugins/openvswitch
Dermot Tynan 7b0869bda4 Make del_fdb_flow() idempotent
Addresses an issue where del_fdb_flow() gets a duplicate call for
the same port, which results in a KeyError. This change makes the
call more idempotent, so that it doesn't cause other follow-on
errors as a result of the uncaught exception.

Change-Id: I7a3a34dd654e143dee06c3e4642e859211a312ca
Closes-bug: #1421105
(cherry picked from commit 841b2f58f3)
2015-03-04 14:21:27 +00:00
..
agent Make del_fdb_flow() idempotent 2015-03-04 14:21:27 +00:00
common Decrease rpc timeout after agent receives SIGTERM 2015-02-05 09:30:21 +01:00
README remove openvswitch plugin 2014-10-01 21:16:27 -07:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ovs_models_v2.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00

README

The Open vSwitch (OVS) Neutron plugin has been removed and replaced by ML2. You
must run the migration manually to upgrade to Juno.

See neutron/db/migration/migrate_to_ml2.py