nova/nova/openstack
Sean Dague c1b6e1aef9 sync oslo: service child process normal SIGTERM exit
service.py had some code where the child process would catch the
SIGTERM from the parent just so it could exit with 1 status rather
than with an indication that it exited due to SIGTERM. When
shutting down the parent doesn't care in what way the child ended,
only that they're all gone, so this code is unnecessary.

Also, for some reason this caused the child to never exit while
there was an open connection from a client. Probably something
with eventlet and signal handling.

Syncs commit: 702bc569987854b602ef189655c201c348de84cb

Change-Id: I3c5249f5e59bb396bcb50964907ea61ebb2a3c8a
Closes-Bug: #1446583
(cherry picked from commit f0f158af37)
2015-04-23 11:19:52 -04:00
..
common sync oslo: service child process normal SIGTERM exit 2015-04-23 11:19:52 -04:00
__init__.py Synchronize code from oslo 2013-02-14 11:13:15 +02:00