neutron/neutron/agent/l2
Miguel Angel Ajo 7f617e6a21 Introduce bulk push to rpc callback mechanism
There are usage patterns which would benefit from having
the capability to send a list of resources in bulk instead
of using individual fanout messages.

From now on, the rpc callback subscriber receives a list of
resources (single or multiple), and the pushers must always
push a list.

Backwards compatibility for QoSPolicy consumers in mitaka
is provided by calling push with "resource" parameter for
single item lists during one release cycle. That will be
dropped when Ocata opens.

Partially-implements: blueprint vlan-aware-vms

Change-Id: I1117925360a29ecbd1902fa527b2f24f94ce81ec
2016-08-01 14:22:56 -07:00
..
extensions Introduce bulk push to rpc callback mechanism 2016-08-01 14:22:56 -07:00
__init__.py AgentExtensionsManager and AgentCoreResourceExtension 2015-07-02 13:51:34 +00:00
agent_extension.py Generalize agent extension mechanism 2016-07-19 13:45:22 +00:00
l2_agent_extension.py Generalize agent extension mechanism 2016-07-19 13:45:22 +00:00
l2_agent_extensions_manager.py Generalize agent extension mechanism 2016-07-19 13:45:22 +00:00