From 156add11de88d10a513b177974356a42dc809354 Mon Sep 17 00:00:00 2001 From: Yaguo Zhou Date: Tue, 5 Sep 2017 23:50:39 +0800 Subject: [PATCH] Fix the incorrect doc for class SecurityGroupAgentRpcCallbackMixin SecurityGroupServerRpcApi and SecurityGroupServerRpcCallback are a pair, and SecurityGroupAgentRpcApiMixin and SecurityGroupAgentRpcCallbackMixin should be a pair. Change-Id: I12fe4beecbbcb222b84aacf262aa9c76039ff9ce --- neutron/api/rpc/handlers/securitygroups_rpc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/api/rpc/handlers/securitygroups_rpc.py b/neutron/api/rpc/handlers/securitygroups_rpc.py index 379d7782436..7f1b6034ab3 100644 --- a/neutron/api/rpc/handlers/securitygroups_rpc.py +++ b/neutron/api/rpc/handlers/securitygroups_rpc.py @@ -183,8 +183,8 @@ class SecurityGroupAgentRpcCallbackMixin(object): """A mix-in that enable SecurityGroup support in agent implementations. This class implements the server side of an rpc interface. The client side - can be found in SecurityGroupServerRpcApi. For more information on changing - rpc interfaces, see doc/source/devref/rpc_api.rst. + can be found in SecurityGroupAgentRpcApiMixin. For more information on + changing rpc interfaces, see doc/source/devref/rpc_api.rst. The sg_agent reference implementation is available in neutron/agent """