From d070347988e1fbc9f84439f1b63cb4d52a9bfcda Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Tue, 18 Mar 2014 12:37:46 +1000 Subject: Version independent plugins A Framework for creating plugins that work across identity versions. Upon creating a generic plugin the plugin will go and discover what versions are available on the server and then attemp to construct a suitable plugin. Blueprint: version-independant-plugins Change-Id: If7fed94aaf4636e80a9c3a834cf6c5430f20e489 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index ec8042d..db21d75 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,6 +28,8 @@ console_scripts = keystone = keystoneclient.shell:main keystoneclient.auth.plugin = + password = keystoneclient.auth.identity.generic:Password + token = keystoneclient.auth.identity.generic:Token v2password = keystoneclient.auth.identity.v2:Password v2token = keystoneclient.auth.identity.v2:Token v3password = keystoneclient.auth.identity.v3:Password @@ -35,6 +37,7 @@ keystoneclient.auth.plugin = v3unscopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2UnscopedToken v3scopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2ScopedToken + [build_sphinx] source-dir = doc/source build-dir = doc/build -- cgit v1.2.1