summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-08-16 03:05:33 +0000
committerGerrit Code Review <review@openstack.org>2015-08-16 03:05:33 +0000
commit59f815dd65317661cbd1447ae8cdd84ece81c7c6 (patch)
tree215584635248508b0b2ff21563fa5d4d00b3bd04 /setup.cfg
parentcba0a6805d424a9f151ab91de1fe19fbd35c2ac9 (diff)
parent0cb46c9421c6affef009ca3b1ab54b4f3c176cbe (diff)
downloadpython-keystoneclient-59f815dd65317661cbd1447ae8cdd84ece81c7c6.tar.gz
Merge "Expose token_endpoint.Token as admin_token"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index bdd7fe6..04c2c51 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,6 +30,7 @@ console_scripts =
keystoneclient.auth.plugin =
password = keystoneclient.auth.identity.generic:Password
token = keystoneclient.auth.identity.generic:Token
+ admin_token = keystoneclient.auth.token_endpoint:Token
v2password = keystoneclient.auth.identity.v2:Password
v2token = keystoneclient.auth.identity.v2:Token
v3password = keystoneclient.auth.identity.v3:Password