blob: 02ce8310ce0c47e482e6f9182ce51f61194f3ecd [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
DavidPurcell663aedf2017-01-03 10:01:14 -050026[upload_sphinx]
27upload-dir = doc/build/html
28
29[compile_catalog]
30directory = patrole/locale
31domain = patrole
32
33[update_catalog]
34domain = patrole
35output_dir = patrole/locale
36input_file = patrole/locale/patrole.pot
37
38[extract_messages]
39keywords = _ gettext ngettext l_ lazy_gettext
40mapping_file = babel.cfg
41output_file = patrole/locale/patrole.pot
42
43[build_releasenotes]
44all_files = 1
45build-dir = releasenotes/build
DavidPurcell029d8c32017-01-06 15:27:41 -050046source-dir = releasenotes/source
47
48[entry_points]
49tempest.test_plugins =
rajat29d69a3f72017-12-07 14:12:48 +053050 patrole_tests = patrole_tempest_plugin.plugin:PatroleTempestPlugin
Felipe Monteiro098a8cd2017-09-20 21:31:27 +010051oslo.config.opts =
52 patrole.config = patrole_tempest_plugin.config:list_opts