]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Rename workers to api_workers and simplify code
authorCarl Baldwin <carl.baldwin@hp.com>
Tue, 11 Feb 2014 00:58:42 +0000 (00:58 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Mon, 15 Sep 2014 22:34:25 +0000 (22:34 +0000)
commit0e4141644df45f25c229c65e66c57132a93b446c
tree6efd67055f4ffe9e7589ce78567408e6d865d82c
parent3e5c5ab20373d996c21cef7590ad7cc6a950da5d
Rename workers to api_workers and simplify code

Refactor a few ugly aspects of the multiple API worker patch to make
way for multiple rpc workers.  This came up as I was trying to add
multiple RPC workers using similar patterns and remembering that some
things were left in a rather awkward state.

Change-Id: I549db67af4af6a2df80e12cf233109dda5213c47
neutron/agent/metadata/agent.py
neutron/service.py
neutron/tests/unit/test_metadata_agent.py
neutron/tests/unit/test_wsgi.py
neutron/wsgi.py