blob: b99f7f22dcaf93fb9110f02f14ef18a0be35a71f [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
Manik Bindlish89d5d182018-12-04 04:32:42 +00007author-email = openstack-discuss@lists.openstack.org
gaozx268b71d2017-07-20 21:35:35 -04008home-page = https://docs.openstack.org/patrole/latest/
Ghanshyam Mann51368ef2020-02-03 13:19:03 -06009python-requires = >=3.6
DavidPurcell663aedf2017-01-03 10:01:14 -050010classifier =
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 Jaegerd69a6362020-04-21 07:39:05 +020017 Programming Language :: Python :: Implementation :: CPython
18 Programming Language :: Python :: 3 :: Only
DavidPurcell663aedf2017-01-03 10:01:14 -050019 Programming Language :: Python :: 3
Ghanshyam Mann35062ad2019-04-22 03:57:35 +000020 Programming Language :: Python :: 3.6
Corey Bryant6f15d302019-07-05 15:55:31 -040021 Programming Language :: Python :: 3.7
DavidPurcell663aedf2017-01-03 10:01:14 -050022
23[files]
24packages =
Felipe Monteiro20359be2017-05-22 15:29:42 +010025 patrole_tempest_plugin
DavidPurcell663aedf2017-01-03 10:01:14 -050026
DavidPurcell029d8c32017-01-06 15:27:41 -050027[entry_points]
28tempest.test_plugins =
rajat29d69a3f72017-12-07 14:12:48 +053029 patrole_tests = patrole_tempest_plugin.plugin:PatroleTempestPlugin
Felipe Monteiro098a8cd2017-09-20 21:31:27 +010030oslo.config.opts =
31 patrole.config = patrole_tempest_plugin.config:list_opts