Monty Taylor cf4ef2ca87 Rename the actual plugin class to AdminToken
This is a new library, so there is no real need to keep backwards compat
with the old confusing name.

Change-Id: I9984473bceffb5f1f4edf76b3f111f467df023ed
2015-08-15 08:04:01 +08:00

51 lines
1.4 KiB
INI

[metadata]
name = keystoneauth1
summary = Authentication Libarary for OpenStack Identity
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
[files]
packages =
keystoneauth1
[entry_points]
keystoneauth1.plugin =
password = keystoneauth1.loading._plugins.identity.generic:Password
token = keystoneauth1.loading._plugins.identity.generic:Token
admin_token = keystoneauth1.loading._plugins.identity.admin_token:AdminToken
v2password = keystoneauth1.loading._plugins.identity.v2:Password
v2token = keystoneauth1.loading._plugins.identity.v2:Token
v3password = keystoneauth1.loading._plugins.identity.v3:Password
v3token = keystoneauth1.loading._plugins.identity.v3:Token
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[pbr]
warnerrors = True
autodoc_tree_index_modules = True
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1