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. |
Anand Bhat | db856d2 | 2021-05-28 11:32:32 +0530 | [diff] [blame] | 4 | description_file = |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 5 | README.rst |
| 6 | author = OpenStack |
Anand Bhat | db856d2 | 2021-05-28 11:32:32 +0530 | [diff] [blame] | 7 | author_email = openstack-discuss@lists.openstack.org |
| 8 | home_page = https://docs.openstack.org/patrole/latest/ |
| 9 | python_requires = >=3.6 |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 10 | classifier = |
| 11 | Environment :: OpenStack |
| 12 | Intended Audience :: Information Technology |
| 13 | Intended Audience :: System Administrators |
| 14 | License :: OSI Approved :: Apache Software License |
| 15 | Operating System :: POSIX :: Linux |
| 16 | Programming Language :: Python |
Andreas Jaeger | d69a636 | 2020-04-21 07:39:05 +0200 | [diff] [blame] | 17 | Programming Language :: Python :: Implementation :: CPython |
| 18 | Programming Language :: Python :: 3 :: Only |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 19 | Programming Language :: Python :: 3 |
Ghanshyam Mann | 35062ad | 2019-04-22 03:57:35 +0000 | [diff] [blame] | 20 | Programming Language :: Python :: 3.6 |
Corey Bryant | 6f15d30 | 2019-07-05 15:55:31 -0400 | [diff] [blame] | 21 | Programming Language :: Python :: 3.7 |
Vishakha Agarwal | 15d8f26 | 2020-05-05 13:23:05 +0530 | [diff] [blame] | 22 | Programming Language :: Python :: 3.8 |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 23 | |
| 24 | [files] |
| 25 | packages = |
Felipe Monteiro | 20359be | 2017-05-22 15:29:42 +0100 | [diff] [blame] | 26 | patrole_tempest_plugin |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 27 | |
DavidPurcell | 029d8c3 | 2017-01-06 15:27:41 -0500 | [diff] [blame] | 28 | [entry_points] |
| 29 | tempest.test_plugins = |
rajat29 | d69a3f7 | 2017-12-07 14:12:48 +0530 | [diff] [blame] | 30 | patrole_tests = patrole_tempest_plugin.plugin:PatroleTempestPlugin |
Felipe Monteiro | 098a8cd | 2017-09-20 21:31:27 +0100 | [diff] [blame] | 31 | oslo.config.opts = |
| 32 | patrole.config = patrole_tempest_plugin.config:list_opts |