summaryrefslogtreecommitdiffstats
path: root/keystone/config.py
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2013-03-20 14:22:36 -0400
committerGerrit Code Review <review@openstack.org>2013-04-09 23:51:11 +0000
commitcbac77110ee1d7b9abc5a23f973dab27e8b32015 (patch)
tree0015ec9a32c9bfae5b31bbfb4d99f2349fd5ea75 /keystone/config.py
parentc1eac10cc36a2cb612be39819337f0b819f39f58 (diff)
downloadkeystone-cbac77110ee1d7b9abc5a23f973dab27e8b32015.tar.gz
keystone-cbac77110ee1d7b9abc5a23f973dab27e8b32015.tar.xz
keystone-cbac77110ee1d7b9abc5a23f973dab27e8b32015.zip
Fix for configuring non-default auth plugins properly
Make sure we pick up CONF.auth.methods from configuration files. Added a test case to make sure the we don't regress Fixes LP# 1157515 Change-Id: I70290c37b2a5378b5247a14e3bfa20d50bf8fe74
Diffstat (limited to 'keystone/config.py')
-rw-r--r--keystone/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/keystone/config.py b/keystone/config.py
index 6414ad64..e2ff6f4e 100644
--- a/keystone/config.py
+++ b/keystone/config.py
@@ -30,3 +30,4 @@ register_bool = config.register_bool
register_cli_bool = config.register_cli_bool
register_int = config.register_int
register_cli_int = config.register_cli_int
+setup_authentication = config.setup_authentication