Comment 28 for bug 1276694

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/187174
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ea5ad714cfcd336c0062ddeb13238c452117782a
Submitter: Jenkins
Branch: master

commit ea5ad714cfcd336c0062ddeb13238c452117782a
Author: Elena Ezhova <email address hidden>
Date: Mon Jun 1 14:55:13 2015 +0300

    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