From 0cb46c9421c6affef009ca3b1ab54b4f3c176cbe Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 15 Aug 2015 07:36:09 +0800 Subject: Expose token_endpoint.Token as admin_token When bootstrapping a cloud, using this auth plugin is necessary to be able to provide an admin token. However, there has been some confusion as to its officialness and the names of its parameters. Make it clear why it's exposed, and additionally be clearer about squatting on the name of the plugin so that things can depend on its interface. Change-Id: I8e896b28d5879cd4b1372009926c67cde773308f --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e7aa998..b154e53 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 -- cgit v1.2.1