]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Create SecurityGroupServerRpcApi and add some docs
authorRussell Bryant <rbryant@redhat.com>
Tue, 13 Jan 2015 18:06:44 +0000 (13:06 -0500)
committerRussell Bryant <rbryant@redhat.com>
Wed, 21 Jan 2015 14:49:28 +0000 (09:49 -0500)
commit8364c03d10386004e5a11d3585e328de46f99bac
treee3b02d10bd5fb170f828c7464eee69630f4d09a0
parentdff738d028df641daee9ca5bc17f764b5def8d3c
Create SecurityGroupServerRpcApi and add some docs

Create SecurityGroupServerRpcApi, which is intended to replace
SecurityGroupServerRpcApiMixin over time.  The new class is the same
code, but used as a standalone class.  This is needed to be able to
eventually move this API into a messaging namespace.

In passing, add docstrings that show where to find the corresponding
other side of this interface in the code base.

Part of blueprint rpc-docs-and-namespaces.

Change-Id: If959b2f8bf21b4963bf6876a3eedc0a4b06c6400
doc/source/devref/security_group_api.rst
neutron/agent/securitygroups_rpc.py
neutron/api/rpc/handlers/securitygroups_rpc.py