Merge "Fix the incorrect doc for class SecurityGroupAgentRpcCallbackMixin"

This commit is contained in:
Jenkins 2017-10-06 05:49:01 +00:00 committed by Gerrit Code Review
commit 5b49447ebe
1 changed files with 2 additions and 2 deletions

View File

@ -163,8 +163,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
"""