[openstack-neutron/f20] Send SIGTERM signal only to parent process when stopping neutron

Ihar Hrachyshka ihrachyshka at fedoraproject.org
Tue Jun 24 11:08:56 UTC 2014


commit a4cf6f9dd53457c5959d3b2e30e42016315141c3
Author: Ihar Hrachyshka <ihrachys at redhat.com>
Date:   Tue Jun 24 12:51:57 2014 +0200

    Send SIGTERM signal only to parent process when stopping neutron
    
    Changelog:
    - Send SIGTERM signal only to parent process when stopping neutron
    - service, bz#1110642

 neutron-server.service |    1 +
 openstack-neutron.spec |    6 +++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/neutron-server.service b/neutron-server.service
index 5ffde4e..d4afea6 100644
--- a/neutron-server.service
+++ b/neutron-server.service
@@ -8,6 +8,7 @@ User=neutron
 ExecStart=/usr/bin/neutron-server --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --log-file /var/log/neutron/server.log
 PrivateTmp=true
 NotifyAccess=all
+KillMode=process
 
 [Install]
 WantedBy=multi-user.target
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index 4d6ff81..cc465d2 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2013.2.3
-Release:	10%{?dist}
+Release:	11%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.4.b3
 Summary:	OpenStack Networking Service
@@ -933,6 +933,10 @@ fi
 
 
 %changelog
+* Tue Jun 24 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2013.2.3-11
+- Send SIGTERM signal only to parent process when stopping neutron
+  service, bz#1110642
+
 * Tue Jun 24 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2013.2.3-10
 - Notify systemd when starting Neutron server, bz#1063427
 


More information about the scm-commits mailing list