]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop old code from SecurityGroupAgentRpcApiMixin
authorRussell Bryant <rbryant@redhat.com>
Mon, 1 Dec 2014 19:15:58 +0000 (19:15 +0000)
committerRussell Bryant <rbryant@redhat.com>
Mon, 1 Dec 2014 19:15:58 +0000 (19:15 +0000)
commit4407f43af4693a4f0d2394e0630fe457537af532
tree7cdeda122d00dcecfddf56723f3eef0e34133389
parent1bc911ca8a487ad82e0422be8f74ce510afa5f8c
Drop old code from SecurityGroupAgentRpcApiMixin

The SecurityGroupAgentRpcApiMixin class temporarily had support for
both RpcProxy and new oslo.messaging style rpc client interfaces.  Now
that all users of this mixin have been converted to direct usage of
oslo.messaging APIs, the old compatibility code can be removed.

Part of blueprint drop-rpc-compat.

Change-Id: I18dc65e7f14a8ae42e3c2bc81d1d73f61c12c1fc
neutron/agent/securitygroups_rpc.py
neutron/tests/unit/test_security_groups_rpc.py