neutron-fwaas/neutron/common
Eugene Nikanorov 572ca29a0c Avoid loading policy when processing rpc requests
When Neutron server is restarted in the environment where multiple agents
are sending rpc requests to Neutron, it causes loading of policy.json
before API extensions are loaded. That causes different policy check
failures later on.
This patch avoids loading policy when creating a Context in rpc layer.

Change-Id: I66212baa937ec1457e0d284b5445de5243a8931f
Partial-Bug: 1254555
2013-11-28 13:02:02 +04:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
config.py Raise ConfigFilesNotFoundError if CONF.api_paste_config not found 2013-10-08 17:39:34 +09:00
constants.py Add state reporting to the metadata agent 2013-11-22 10:38:07 +04:00
exceptions.py Merge "Added check on plugin.supported_extension_aliases" 2013-11-27 19:34:36 +00:00
legacy.py modernize quantum config in proper place 2013-07-16 23:15:17 +08:00
log.py Make neutron.common.log.log print module path 2013-09-07 02:10:57 +09:00
rpc.py Avoid loading policy when processing rpc requests 2013-11-28 13:02:02 +04:00
test_lib.py Remove last vestiges of nose 2013-08-11 11:15:28 -03:00
topics.py Add l2 population base classes 2013-09-12 01:06:51 +02:00
utils.py Use same hostname function as nova 2013-09-13 16:17:25 -04:00