summaryrefslogtreecommitdiff
path: root/neutron/worker.py
Commit message (Expand)AuthorAgeFilesLines
* Change process name of neutron-server to match worker roleDoug Wiegley2019-03-011-2/+16
* replace WorkerSupportServiceMixin with neutron-lib's WorkerBaseBoden R2017-06-141-33/+0
* use worker from neutron-libBoden R2017-05-161-51/+6
* use neutron-lib callbacksBoden R2017-04-261-4/+3
* Move AgentStatusCheckWorker to PeriodicWorkerKevin Benton2016-11-171-0/+33
* Remove notification for process eventArmando Migliaccio2016-06-281-3/+0
* Add two more callbacks registry eventsArmando Migliaccio2016-06-281-0/+3
* Revert "Revert "Remove threading before process forking""Dmitriy Ukhlov2016-06-021-1/+53
* Revert "Remove threading before process forking"Carl Baldwin2016-05-051-53/+1
* Remove threading before process forkingdukhlov2016-05-031-1/+53
* Some minor misspellings in comment block.Jas2015-11-241-3/+3
* Add support for PluginWorker and Process creation notificationTerry Wilson2015-09-031-0/+40