DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 1 | [metadata] |
| 2 | name = patrole |
| 3 | summary = Patrole is a tool for verifying that Role-Based Access Control is being enforced across OpenStack deployments. |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
| 7 | author-email = openstack-dev@lists.openstack.org |
gaozx | 268b71d | 2017-07-20 21:35:35 -0400 | [diff] [blame] | 8 | home-page = https://docs.openstack.org/patrole/latest/ |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 9 | classifier = |
| 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 Frittoli | 6b6c610 | 2017-04-06 10:34:53 +0100 | [diff] [blame] | 20 | Programming Language :: Python :: 3.5 |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 21 | |
| 22 | [files] |
| 23 | packages = |
Felipe Monteiro | 20359be | 2017-05-22 15:29:42 +0100 | [diff] [blame] | 24 | patrole_tempest_plugin |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 25 | |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 26 | [upload_sphinx] |
| 27 | upload-dir = doc/build/html |
| 28 | |
| 29 | [compile_catalog] |
| 30 | directory = patrole/locale |
| 31 | domain = patrole |
| 32 | |
| 33 | [update_catalog] |
| 34 | domain = patrole |
| 35 | output_dir = patrole/locale |
| 36 | input_file = patrole/locale/patrole.pot |
| 37 | |
| 38 | [extract_messages] |
| 39 | keywords = _ gettext ngettext l_ lazy_gettext |
| 40 | mapping_file = babel.cfg |
| 41 | output_file = patrole/locale/patrole.pot |
| 42 | |
| 43 | [build_releasenotes] |
| 44 | all_files = 1 |
| 45 | build-dir = releasenotes/build |
DavidPurcell | 029d8c3 | 2017-01-06 15:27:41 -0500 | [diff] [blame] | 46 | source-dir = releasenotes/source |
| 47 | |
| 48 | [entry_points] |
| 49 | tempest.test_plugins = |
rajat29 | d69a3f7 | 2017-12-07 14:12:48 +0530 | [diff] [blame] | 50 | patrole_tests = patrole_tempest_plugin.plugin:PatroleTempestPlugin |
Felipe Monteiro | 098a8cd | 2017-09-20 21:31:27 +0100 | [diff] [blame] | 51 | oslo.config.opts = |
| 52 | patrole.config = patrole_tempest_plugin.config:list_opts |