vmware-nsx/neutron/services
Ihar Hrachyshka d8cf7fd7c5 Configure agents using neutron.common.config.init (formerly .parse)
After oslo.messaging port is done, we'll need to initialize RPC layer
from all RPC agents. We'll put initialization into init() function, so
the first step for migration is to make agents use it.

The function is renamed to be explicit about the fact that we don't just
parse configuration by calling it, but also do other common
initializations, like setting RPC layer.

blueprint oslo-messaging

Change-Id: I71c62f270ac7a1ff1426a3f49a32133b65580e35
2014-06-17 21:56:24 +02:00
..
firewall Configure agents using neutron.common.config.init (formerly .parse) 2014-06-17 21:56:24 +02:00
l3_router Introduced rpc_compat.create_connection() 2014-06-16 12:44:22 +02:00
loadbalancer Configure agents using neutron.common.config.init (formerly .parse) 2014-06-17 21:56:24 +02:00
metering Configure agents using neutron.common.config.init (formerly .parse) 2014-06-17 21:56:24 +02:00
vpn Introduced rpc_compat.create_connection() 2014-06-16 12:44:22 +02:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
provider_configuration.py Fix usage of _fields method in provider_configuration.py 2013-09-23 08:07:16 +04:00
service_base.py Don't print duplicate messages on SystemExit 2014-04-30 10:29:01 -07:00