summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2019-08-21 12:20:41 -0500
committerDean Troyer <dtroyer@gmail.com>2019-08-27 11:08:50 -0500
commit6fcc2608b17d84cf3699bb4a5bae692404393ca1 (patch)
tree89b8d4bcfb2d61cb9523ecddaa1bd110242af2f2 /setup.cfg
parent6c818c492569bc9304c166a79bf812603cbb6358 (diff)
downloadpython-openstackclient-6fcc2608b17d84cf3699bb4a5bae692404393ca1.tar.gz
Remove token_endpoint auth type
The token_endpoint was a compatibility auth type to maintain support for the --url global option that dated back to the beginning of OpenStack CLI auth. The common keystoneauth library implements 'admin_token' which provides the same functionality using --endpoint rather than --url. Change-Id: I1b9fbb96e447889a41b705324725a2ffc8ecfd9f Signed-off-by: Dean Troyer <dtroyer@gmail.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index a9f7de2c..a10a3d76 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,9 +27,6 @@ packages =
console_scripts =
openstack = openstackclient.shell:main
-keystoneauth1.plugin =
- token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint
-
openstack.cli =
command_list = openstackclient.common.module:ListCommand
module_list = openstackclient.common.module:ListModule