]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Sync oslo service module
authorJohn Griffith <john.griffith@solidfire.com>
Thu, 23 Apr 2015 15:05:57 +0000 (09:05 -0600)
committerWalter A. Boring IV (hemna) <walter.boring@hp.com>
Thu, 23 Apr 2015 21:56:20 +0000 (21:56 +0000)
commit5acaa4e1085b5710b101a9f85da1765e12b1d902
treeb4a260fafe099c717bdb5e965c61b046c81f3ae3
parentc8b413696ab9d7b635a3124c6c74a4557487516f
Sync oslo service module

This does a full sync of the oslo.service module.  Note
that we've cherry picked some critical bug-fix changes
to this module already, this commit just syncs the full
module properly and gets us up to date where we should be.

Current HEAD in OSLO:
-----------------------
commit:  d5edda00b4eca65d57f94bd0ac1b790e6d1f732e
Date:    Wed Apr 22 19:49:00 2015 +0000
Merge "service child process normal SIGTERM exit"

Changes merged with this patch:
---------------------------------
d5edda00 - Merge "service child process normal SIGTERM exit"
702bc569 - service child process normal SIGTERM exit
64b5819e - Revert "Revert "Revert "Optimization of waiting subprocesses
           in ProcessLauncher
f5646edc - Revert "Revert "Optimization of waiting subprocesses
           in ProcessLauncher
d23b6589 - Revert "Optimization of waiting subprocesses in ProcessLauncher"
593005b7 - ProcessLauncher: reload config file in parent process on SIGHUP
f29e865d - Store ProcessLauncher signal handlers on class level
bf92010c - Optimization of waiting subprocesses in ProcessLauncher

NOTE: Commit 702bc569 was actually pulled in with commit d73ac96d .
      We shouldn't have merged that individual commit.  I include the
      commit here to document Oslo level that the service module is at
      cumulatively between that commit and patch.

Change-Id: I613ba5ba442cf533c0f68d06281d117fbac20bd6
cinder/openstack/common/eventlet_backdoor.py
cinder/openstack/common/service.py