]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Start linuxbridge neutron agent using a launcher
authorElena Ezhova <eezhova@mirantis.com>
Thu, 4 Jun 2015 14:00:13 +0000 (17:00 +0300)
committerElena Ezhova <eezhova@mirantis.com>
Fri, 5 Jun 2015 09:31:09 +0000 (12:31 +0300)
commit8c5ef2cd6e1819c4f51b01cb3504da34ef377546
treebab8bf57c456d9f22dda4ccf42a85cf9b25deca7
parent3bcbb2167512ef33f185b832311163ce3318d25d
Start linuxbridge neutron agent using a launcher

This change ports linuxbridge neutron agent on common/service code
that will allow to handle termination signals (SIGHUP, SIGTERM, SIGINT).

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.

DocImpact
Change-Id: I1d834e0683b04111ef04c148cbd8d4acf2964065
Closes-Bug: #1461539
etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/linuxbridge/common/config.py
neutron/tests/unit/plugins/linuxbridge/agent/test_linuxbridge_neutron_agent.py