blob: 6836aa1d4e9ada75f92d7d0310d1f1c010cdeb12 [file] [log] [blame]
Avishek Dutadd808332018-09-20 13:27:10 -05001[metadata]
2name = tungsten-tempest
3summary = tungsten-tempest is a tool for verifying that Role-Based Access Control is being enforced across contrail deployments.
4description-file =
5 README.rst
6author = OpenStack
Sergey Vilgelmce646a52018-12-04 15:55:27 -06007author-email = openstack-discuss@lists.openstack.org
Avishek Dutadd808332018-09-20 13:27:10 -05008home-page = https://docs.openstack.org/tungsten-tempest/latest/
9classifier =
10 Environment :: OpenStack
11 Intended Audience :: Information Technology
12 Intended Audience :: System Administrators
13 License :: OSI Approved :: Apache Software License
14 Operating System :: POSIX :: Linux
15 Programming Language :: Python
16 Programming Language :: Python :: 2
17 Programming Language :: Python :: 2.7
18 Programming Language :: Python :: 3
19 Programming Language :: Python :: 3.3
20 Programming Language :: Python :: 3.5
21
22[files]
23packages = tungsten_tempest_plugin
24
25[upload_sphinx]
26upload-dir = doc/build/html
27
28[compile_catalog]
29directory = tungsten-tempest/locale
30domain = tungsten-tempest
31
32[update_catalog]
33domain = tungsten-tempest
34output_dir = tungsten-tempest/locale
35input_file = tungsten-tempest/locale/tungsten-tempest.pot
36
37[extract_messages]
38keywords = _ gettext ngettext l_ lazy_gettext
39mapping_file = babel.cfg
40output_file = tungsten-tempest/locale/tungsten-tempest.pot
41
42[build_releasenotes]
43all_files = 1
44build-dir = releasenotes/build
45source-dir = releasenotes/source
46
47[entry_points]
48tempest.test_plugins =
49 tungsten_tempest_tests = tungsten_tempest_plugin.plugin:TungstenTempestPlugin
50oslo.config.opts =
51 tungsten_tempest.config = tungsten_tempest_plugin.config:list_opts