neutron/neutron/plugins/openvswitch
Elena Ezhova ea5ad714cf Handle SIGHUP in ovs neutron agent
This change allows ovs neutron agent not to die on receiving SIGHUP
and reload its logging options.

Note that this patch allows changing only logging options.
All other config options are not handled explicitly and changing
them using SIGHUP can lead to unpredictable circumstances.
So, until changing other options is handled it is highly recommended
to use SIGHUP for changing ONLY logging options.

Change-Id: Ic0cf8a9ca7f3a16b556a6825e2979471ae136c33
Partial-Bug: #1276694
2015-06-05 10:25:23 +03:00
..
agent Handle SIGHUP in ovs neutron agent 2015-06-05 10:25:23 +03:00
common OVS-agent: Separate ovs-ofctl using code as a driver 2015-05-25 18:48:02 +09: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 remove openvswitch plugin 2014-10-01 21:16:27 -07:00

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