vmware-nsx/quantum/common
Akihiro MOTOKI c23fd00818 Make quantum pipeline configurable from quantum.conf.
Fixes bug 1029313.

The current api-paste.ini does not provide a way to choose a pipeline:
there is no way to switching a pipeline between keystone-enabled and
noauth pipelines without modifying the pipeline directly.

This commit introduces 'auth_strategy' flag to quantum.conf and
a pipeline used is determined depending on the flag. Supported values for
this flag are 'keystone' (default) and 'noauth' at the moment.

Change-Id: Ieafaf31eaaec2b02727ed5d3bd36c907e50aee5b
2012-07-27 17:08:21 +09:00
..
__init__.py Remove dependency on python-quantumclient 2012-04-23 18:42:08 -07:00
config.py Make quantum pipeline configurable from quantum.conf. 2012-07-27 17:08:21 +09:00
exceptions.py Initial V2 implementation of provider extension. 2012-07-23 21:49:01 -04:00
flags.py Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00
test_lib.py Bug #1013967 - Quantum is breaking on tests with pep 1.3 2012-06-16 15:38:10 -03:00
utils.py Ensures policy file is reloaded only if updated. 2012-07-18 17:59:42 -07:00