]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop RpcProxy usage from FWaaS code
authorRussell Bryant <rbryant@redhat.com>
Tue, 18 Nov 2014 14:46:06 +0000 (14:46 +0000)
committerRussell Bryant <rbryant@redhat.com>
Wed, 19 Nov 2014 17:18:34 +0000 (17:18 +0000)
commit635581e9c7aee75ab64dd51c5d4eb5c759c1d2d4
treea040ae2adb719257352910129b24da9cd920feee
parent8098b6bd20bb12520e438ef9125dc7b96664f712
Drop RpcProxy usage from FWaaS code

This patch removes the usage of the RpcProxy compatibility class from
the FWaaS code.  The equivalent direct usage of oslo.messaging APIs
are now used instead.

Part of blueprint drop-rpc-compat.

Change-Id: I1bab4dcd376d4e9684fee1edc97fd29a61ba38de
neutron/services/firewall/agents/firewall_agent_api.py
neutron/services/firewall/fwaas_plugin.py
neutron/tests/unit/services/firewall/agents/test_firewall_agent_api.py
neutron/tests/unit/services/firewall/test_fwaas_plugin.py