diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-10-17 23:27:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-10-17 23:27:28 +0000 |
| commit | 68130fa92182760882def8d3a3a97fcde5d355a1 (patch) | |
| tree | e46a739aaa934883b9c749fc7e40fdfa22b163c7 /setup.cfg | |
| parent | efc572efc1ac4ad4c595c772bf7daa1cd94e25eb (diff) | |
| parent | c3c6edbe8a083aef0fb6aea3cb461ff8e715fc59 (diff) | |
| download | python-openstackclient-68130fa92182760882def8d3a3a97fcde5d355a1.tar.gz | |
Merge "Add plugin to support token-endpoint auth"
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ packages = console_scripts = openstack = openstackclient.shell:main +keystoneclient.auth.plugin = + token_endpoint = openstackclient.api.auth:TokenEndpoint + openstack.cli = command_list = openstackclient.common.module:ListCommand module_list = openstackclient.common.module:ListModule |
