summaryrefslogtreecommitdiffstats
path: root/openstack/common/service.py
Commit message (Expand)AuthorAgeFilesLines
* Add graceful service shutdown support to LauncherBrian Elliott2013-06-301-17/+53
* Enable hacking H402 testSergey Lukjanov2013-06-031-1/+1
* Pass backdoor_port to services being launchedBrian Elliott2013-05-091-1/+2
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+1
* ThreadGroup remove unused name parametersSteven Hardy2013-01-161-2/+2
* Implement importutils.try_import.Dan Prince2013-01-141-2/+2
* Don't rely on os.wait() blockingDavanum Srinivas2013-01-021-1/+8
* Use Service thread group for WSGI request handlingDavanum Srinivas2012-11-291-2/+2
* Make project pyflakes clean.Monty Taylor2012-11-281-2/+5
* Replace try: import with extras.try_importMonty Taylor2012-11-281-5/+2
* Merge "Use the ThreadGroup for the Launcher"Jenkins2012-11-191-11/+4
|\
| * Use the ThreadGroup for the LauncherAngus Salkeld2012-11-131-11/+4
* | Change RPC cleanup orderingJeff Peeler2012-11-121-1/+1
|/
* Merge "Use spawn_n when not capturing return value"Jenkins2012-11-051-1/+1
|\
| * Use spawn_n when not capturing return valueEric Windisch2012-11-041-1/+1
* | Log CONF from ProcessLauncher.wait, like ServiceLauncherDavid Ripton2012-10-311-0/+4
* | Import order clean-upZhongyue Luo2012-10-291-1/+1
|/
* Added a missing `cfg` import in service.pyKiall Mac Innes2012-10-021-0/+2
* Log config on startupAngus Salkeld2012-09-261-0/+4
* Integrate eventlet backdoorMark McLoughlin2012-09-261-0/+2
* Add the rpc service and delete managerAngus Salkeld2012-09-261-25/+9
* Add threadgroup to manage timers and greenthreads.Angus Salkeld2012-08-201-7/+23
* Add multiprocess service launcherAngus Salkeld2012-08-201-7/+183
* Add signal handling to service launcherAngus Salkeld2012-08-201-0/+41
* Basic service launching infrastructureAngus Salkeld2012-08-151-0/+73
* Move manager.py and service.py into common.Angus Salkeld2012-08-151-0/+30