]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Exit rpc_loop when SIGTERM is recieved in ovs-agent
authorJakub Libosvar <libosvar@redhat.com>
Wed, 25 Jun 2014 13:06:13 +0000 (15:06 +0200)
committerJakub Libosvar <libosvar@redhat.com>
Thu, 26 Jun 2014 08:20:57 +0000 (10:20 +0200)
commit60fc1f64fabd86c38846c76785255c523a98b331
treee5acc6bfae5a5db0679c3fef5e5a308d1ba584a8
parent320b9bd196a87f58229000c6a545a4911340c9ae
Exit rpc_loop when SIGTERM is recieved in ovs-agent

Previously ovs-agent exited with exit code 1 after SIGTERM was received.
SIGTERM should shutdown agent gracefully and exit code should be 0.

Closes-Bug: #1334264
Change-Id: I23e81cee5ae9e9fdabbe1377420b0902f47be8a7
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py