Comment 24 for bug 1276694

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

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

commit d9251d6e35ac87b755b63aa58bb32da20496dfba
Author: Elena Ezhova <email address hidden>
Date: Tue Apr 7 14:55:50 2015 +0300

    Handle SIGHUP in dhcp and l3 agents

    All launchers implemented in common.service require each service to
    implement reset method because it is called in case a process
    receives a SIGHUP.

    This change adds the reset method to neutron.service.Service class
    which is used to start dhcp and l3 agents.

    Now dhcp and l3 agents don't die on receiving SIGHUP and support
    reloading policy_path and logging options in config.

    Partial-Bug: #1276694
    Change-Id: I96010e44928a665bea546865b2c81bde4ed0adf2