neutron/neutron/server
Dmitriy Ukhlov 483c5982c0 Revert "Revert "Remove threading before process forking""
This reverts commit b1cdba1696

Original patch was reverted because it broke neutron plugin's
backward compatibility and needed more work.

This patch fixes that problems:
1) original behaviour of add_agent_status_check,
   start_periodic_l3_agent_status_check and
   start_periodic_dhcp_agent_status_check methods is deprecated but kept
   for using in third part plugins for backward compatibility
2) new add_agent_status_check_worker, add_periodic_l3_agent_status_check
   and add_periodic_dhcp_agent_status_check method are implemented
   instead and are used for implementing plugins in neutron codebase

Closes-Bug: #1569404

Change-Id: I3a32a95489831f0d862930384309eefdc881d8f6
2016-06-02 21:26:08 +00:00
..
__init__.py Moved CORS middleware configuration into oslo-config-generator 2016-03-01 12:21:33 -08:00
rpc_eventlet.py Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
wsgi_eventlet.py Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
wsgi_pecan.py Support api_workers option when using pecan 2016-01-26 13:13:46 -08:00