Fix the incorrect doc for class SecurityGroupAgentRpcCallbackMixin

SecurityGroupServerRpcApi and SecurityGroupServerRpcCallback are a pair,
and SecurityGroupAgentRpcApiMixin and SecurityGroupAgentRpcCallbackMixin
should be a pair.

Change-Id: I12fe4beecbbcb222b84aacf262aa9c76039ff9ce
This commit is contained in:
Yaguo Zhou 2017-09-05 23:50:39 +08:00
parent f7e799a4a8
commit 156add11de
1 changed files with 2 additions and 2 deletions

View File

@ -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
"""