]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Handle SIGHUP in ovs neutron agent
authorElena Ezhova <eezhova@mirantis.com>
Mon, 1 Jun 2015 11:55:13 +0000 (14:55 +0300)
committerElena Ezhova <eezhova@mirantis.com>
Fri, 5 Jun 2015 07:25:23 +0000 (10:25 +0300)
commitea5ad714cfcd336c0062ddeb13238c452117782a
tree1e22c2d76f7631c72efdf9f4eb38dea27e11f9ef
parent3bcbb2167512ef33f185b832311163ce3318d25d
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
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py