]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Introduce bulk calls for get device details
authorRossella Sblendido <rsblendido@suse.com>
Wed, 15 Jan 2014 16:10:57 +0000 (17:10 +0100)
committerrossella <rsblendido@suse.com>
Wed, 25 Jun 2014 21:33:10 +0000 (21:33 +0000)
commit88638e699425aff02b1529ddd52c5fd28613ed15
tree04fc255e6fcf4a1d6c91d0815cfab21a469d7087
parentbefc4a02291de696a70363cb1c80635bf6858ea2
Introduce bulk calls for get device details

Allow to get multiple devices details instead of just one
This change introduces a new method in the rpc api.

blueprint bulk-get-device-details

Change-Id: I8497256d7f4f2fb48b5cb792e35aaedf63f129fc
21 files changed:
neutron/agent/rpc.py
neutron/plugins/brocade/NeutronPlugin.py
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py
neutron/plugins/hyperv/rpc_callbacks.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/linuxbridge/lb_neutron_plugin.py
neutron/plugins/ml2/rpc.py
neutron/plugins/mlnx/agent/eswitch_neutron_agent.py
neutron/plugins/mlnx/rpc_callbacks.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/openvswitch/ovs_neutron_plugin.py
neutron/tests/unit/hyperv/test_hyperv_neutron_agent.py
neutron/tests/unit/hyperv/test_hyperv_rpcapi.py
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py
neutron/tests/unit/linuxbridge/test_rpcapi.py
neutron/tests/unit/ml2/test_rpcapi.py
neutron/tests/unit/mlnx/test_mlnx_neutron_agent.py
neutron/tests/unit/mlnx/test_rpcapi.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_rpcapi.py
neutron/tests/unit/test_agent_rpc.py