summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@redhat.com>2014-03-18 12:37:46 +1000
committerJamie Lennox <jamielennox@redhat.com>2014-09-03 21:34:10 +1000
commitd070347988e1fbc9f84439f1b63cb4d52a9bfcda (patch)
treec7e82c888d246fe37135af0e90f1bf6f056e244a /setup.cfg
parent1643f7da32b1f729f12d042565d8c67f10f91b8c (diff)
downloadpython-keystoneclient-d070347988e1fbc9f84439f1b63cb4d52a9bfcda.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
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