-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
50 lines (40 loc) · 1.3 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = keystone-extensions
summary = Converged Cloud Keystone Extensions
description-file =
README.md
author = Rudolf Vriend (SAP SE), Maurice Escher (SAP SE)
author-email = [email protected]
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =
cc
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
keystone-manage-extension = cc.keystone.cmd.manage:main
keystone.identity =
cc_ldap = cc.keystone.identity.backends.cc_ldap:Identity
keystone.auth.password =
cc_password = cc.keystone.auth.plugins.cc_password:Password
keystone.auth.totp =
cc_radius = cc.keystone.auth.plugins.cc_radius:Radius
keystone.auth.external =
cc_external = cc.keystone.auth.plugins.cc_external:Domain
cc_x509 = cc.keystone.auth.plugins.cc_x509:Certificate
paste.filter_factory =
lifesaver = cc.keystone.middleware:LifesaverMiddleware.factory
lifesaver.middleware =
lifesaver = cc.keystone.middleware:LifesaverMiddleware
[wheel]
universal = 1