blob: e4b9f91022e97466d43863ecc2bd7e11555eb89e [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
Vishakha Agarwal15d8f262020-05-05 13:23:05 +053022 Programming Language :: Python :: 3.8
DavidPurcell663aedf2017-01-03 10:01:14 -050023
24[files]
25packages =
Felipe Monteiro20359be2017-05-22 15:29:42 +010026 patrole_tempest_plugin
DavidPurcell663aedf2017-01-03 10:01:14 -050027
DavidPurcell029d8c32017-01-06 15:27:41 -050028[entry_points]
29tempest.test_plugins =
rajat29d69a3f72017-12-07 14:12:48 +053030 patrole_tests = patrole_tempest_plugin.plugin:PatroleTempestPlugin
Felipe Monteiro098a8cd2017-09-20 21:31:27 +010031oslo.config.opts =
32 patrole.config = patrole_tempest_plugin.config:list_opts