blob: f8f0257ec8a0f9c299b3afb9525daeade4f7a41f [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
DavidPurcell663aedf2017-01-03 10:01:14 -050017 Programming Language :: Python :: 3
Ghanshyam Mann35062ad2019-04-22 03:57:35 +000018 Programming Language :: Python :: 3.6
Corey Bryant6f15d302019-07-05 15:55:31 -040019 Programming Language :: Python :: 3.7
DavidPurcell663aedf2017-01-03 10:01:14 -050020
21[files]
22packages =
Felipe Monteiro20359be2017-05-22 15:29:42 +010023 patrole_tempest_plugin
DavidPurcell663aedf2017-01-03 10:01:14 -050024
DavidPurcell663aedf2017-01-03 10:01:14 -050025[upload_sphinx]
26upload-dir = doc/build/html
27
DavidPurcell663aedf2017-01-03 10:01:14 -050028[build_releasenotes]
29all_files = 1
30build-dir = releasenotes/build
DavidPurcell029d8c32017-01-06 15:27:41 -050031source-dir = releasenotes/source
32
33[entry_points]
34tempest.test_plugins =
rajat29d69a3f72017-12-07 14:12:48 +053035 patrole_tests = patrole_tempest_plugin.plugin:PatroleTempestPlugin
Felipe Monteiro098a8cd2017-09-20 21:31:27 +010036oslo.config.opts =
37 patrole.config = patrole_tempest_plugin.config:list_opts