blob: 27c3cf85ff0d3b80c8c2c06d88ce8a8a001de025 [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.
Anand Bhatdb856d22021-05-28 11:32:32 +05304description_file =
DavidPurcell663aedf2017-01-03 10:01:14 -05005 README.rst
6author = OpenStack
Anand Bhatdb856d22021-05-28 11:32:32 +05307author_email = openstack-discuss@lists.openstack.org
8home_page = https://docs.openstack.org/patrole/latest/
9python_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