blob: b3f4312083a2c2db9646700e2fcba1958c368a9a [file] [log] [blame]
DavidPurcell663aedf2017-01-03 10:01:14 -05001[metadata]
2name = patrole
3summary = Patrole is a tool for verifying that Role-Based Access Control is being enforced across OpenStack deployments.
4description-file =
5 README.rst
6author = OpenStack
7author-email = openstack-dev@lists.openstack.org
gaozx268b71d2017-07-20 21:35:35 -04008home-page = https://docs.openstack.org/patrole/latest/
DavidPurcell663aedf2017-01-03 10:01:14 -05009classifier =
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
Andrea Frittoli6b6c6102017-04-06 10:34:53 +010020 Programming Language :: Python :: 3.5
DavidPurcell663aedf2017-01-03 10:01:14 -050021
22[files]
23packages =
Felipe Monteiro20359be2017-05-22 15:29:42 +010024 patrole_tempest_plugin
DavidPurcell663aedf2017-01-03 10:01:14 -050025
26[build_sphinx]
27source-dir = doc/source
28build-dir = doc/build
29all_files = 1
Felipe Monteiro7de839d2017-07-10 17:10:07 +010030warning-is-error = 1
DavidPurcell663aedf2017-01-03 10:01:14 -050031
32[upload_sphinx]
33upload-dir = doc/build/html
34
35[compile_catalog]
36directory = patrole/locale
37domain = patrole
38
39[update_catalog]
40domain = patrole
41output_dir = patrole/locale
42input_file = patrole/locale/patrole.pot
43
44[extract_messages]
45keywords = _ gettext ngettext l_ lazy_gettext
46mapping_file = babel.cfg
47output_file = patrole/locale/patrole.pot
48
49[build_releasenotes]
50all_files = 1
51build-dir = releasenotes/build
DavidPurcell029d8c32017-01-06 15:27:41 -050052source-dir = releasenotes/source
53
54[entry_points]
55tempest.test_plugins =
Felipe Monteiro20359be2017-05-22 15:29:42 +010056 patrole_tempest_plugin = patrole_tempest_plugin.plugin:PatroleTempestPlugin