]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Consume service plugins queues in RPC workers.
authorEugene Nikanorov <enikanorov@mirantis.com>
Wed, 23 Sep 2015 10:06:54 +0000 (14:06 +0400)
committerEugene Nikanorov <enikanorov@mirantis.com>
Fri, 2 Oct 2015 07:32:41 +0000 (11:32 +0400)
commit5be613490deebf494f2ecbbcd8cb5dd0d6f5e1b3
tree1c06b1d15f9ebebeb60ba8876a821948107e9d5d
parent47449bdf7d09470eb7aed6e39319db32846b4113
Consume service plugins queues in RPC workers.

This patch adds all RPC workers to consumers of service
plugins queues such as metering and l3-plugin.
This is important for DVR-enabled deployments with hundreds
of agents.

Change-Id: I6fea7f409c91b25d2c35b038d6100fdfa85d1905
Closes-Bug: #1498844
neutron/service.py
neutron/services/l3_router/l3_router_plugin.py
neutron/services/metering/metering_plugin.py