]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove redundant topic from rpc calls
authorrossella <rsblendido@suse.com>
Wed, 23 Jul 2014 19:26:12 +0000 (19:26 +0000)
committerRossella Sblendido <rossble@gmail.com>
Tue, 5 Aug 2014 10:14:20 +0000 (10:14 +0000)
commit7021f12aba38320d3354684ece477d7920fdaaf8
treed90aff09097c59e5ef76b8c520526f1094fc33ba
parent98e65ca5f39c5558cd9123826c506932fdca6948
Remove redundant topic from rpc calls

RpcProxy sets by default topic=self.topic, there's no need to specify
it explicitly in derived class, unless it is overridden

Change-Id: I19b9a67072a7f3c42e3b0e4ba412241a056a79a3
Closes-bug: 1348180
26 files changed:
neutron/agent/dhcp_agent.py
neutron/agent/l3_agent.py
neutron/agent/rpc.py
neutron/agent/securitygroups_rpc.py
neutron/api/rpc/agentnotifiers/metering_rpc_agent_api.py
neutron/api/rpc/handlers/dvr_rpc.py
neutron/plugins/ibm/agent/sdnve_neutron_agent.py
neutron/plugins/ryu/agent/ryu_neutron_agent.py
neutron/services/firewall/agents/firewall_agent_api.py
neutron/services/firewall/agents/l3reference/firewall_l3_agent.py
neutron/services/firewall/fwaas_plugin.py
neutron/services/loadbalancer/agent/agent_api.py
neutron/services/vpn/device_drivers/cisco_ipsec.py
neutron/services/vpn/device_drivers/ipsec.py
neutron/tests/unit/hyperv/test_hyperv_rpcapi.py
neutron/tests/unit/linuxbridge/test_rpcapi.py
neutron/tests/unit/ml2/test_rpcapi.py
neutron/tests/unit/mlnx/test_rpcapi.py
neutron/tests/unit/openvswitch/test_ovs_rpcapi.py
neutron/tests/unit/ryu/test_ryu_agent.py
neutron/tests/unit/services/firewall/agents/test_firewall_agent_api.py
neutron/tests/unit/services/firewall/test_fwaas_plugin.py
neutron/tests/unit/services/loadbalancer/agent/test_api.py
neutron/tests/unit/services/metering/test_metering_plugin.py
neutron/tests/unit/test_agent_rpc.py
neutron/tests/unit/test_security_groups_rpc.py