summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-03-10 05:37:41 +0000
committerGerrit Code Review <review@openstack.org>2015-03-10 05:37:41 +0000
commit2f4cfb6cd50e6305111fdf51698fb73835b9aa58 (patch)
tree6f28fcc14b8d0c2dfd044cb9500d92a0dd9715c8 /setup.cfg
parent0fed88fb07e7b0cd211815c430d1c386a16c87cd (diff)
parent749920bc65d4859eeaf44d16ae94f842d88af178 (diff)
downloadpython-openstackclient-2f4cfb6cd50e6305111fdf51698fb73835b9aa58.tar.gz
Merge "Move OSC auth plugins so they can be found"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 78da832c..1575066e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,8 +28,8 @@ console_scripts =
openstack = openstackclient.shell:main
keystoneclient.auth.plugin =
- token_endpoint = openstackclient.api.auth:TokenEndpoint
- osc_password = openstackclient.api.auth:OSCGenericPassword
+ token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint
+ osc_password = openstackclient.api.auth_plugin:OSCGenericPassword
openstack.cli =
command_list = openstackclient.common.module:ListCommand