neutron/neutron/common
Russell Bryant 8f6e93ea7d Scope secgroup rpc api using a messaging namespace
This patch scopes the agent to plugin security group rpc interface
using a messaging namespace.  Right now some plugins expose several
interfaces via the default namespace.  This effectively means they are
a single API and should be managed with a single version stream.  It's
much more managable to just treat these as separate interfaces and
this change makes that explicit and functionally true.  Now when a
method is invoked, the only classes considered for handling that
request will be ones marked with the right namespace.

Part of blueprint rpc-docs-and-namespaces.

Change-Id: Iaee934646c9da7d32968406a583a5718fffc893b
2015-01-26 08:07:36 -05:00
..
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
config.py Add help text for 'host' parameter in neutron.conf file 2015-01-05 19:38:49 +05:30
constants.py Scope secgroup rpc api using a messaging namespace 2015-01-26 08:07:36 -05:00
exceptions.py Create DvrRouter and HaRouter as a sub-class of Router 2015-01-17 18:23:36 +00:00
ipv6_utils.py Fix IPv6 Subnet Slaac Check 2015-01-12 15:18:09 +08:00
log.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
rpc.py Do not duplicate message consumers 2015-01-23 19:34:38 +03:00
test_lib.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
topics.py RPC additions to support DVR 2014-07-17 11:45:45 -07:00
utils.py Merge "Replace FLOATING_IP_CIDR_SUFFIX constant with utils" 2015-01-21 22:52:56 +00:00