Avishek Duta | dd80833 | 2018-09-20 13:27:10 -0500 | [diff] [blame] | 1 | [metadata] |
| 2 | name = tungsten-tempest |
| 3 | summary = tungsten-tempest is a tool for verifying that Role-Based Access Control is being enforced across contrail deployments. |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
Sergey Vilgelm | ce646a5 | 2018-12-04 15:55:27 -0600 | [diff] [blame] | 7 | author-email = openstack-discuss@lists.openstack.org |
Avishek Duta | dd80833 | 2018-09-20 13:27:10 -0500 | [diff] [blame] | 8 | home-page = https://docs.openstack.org/tungsten-tempest/latest/ |
| 9 | classifier = |
| 10 | Environment :: OpenStack |
| 11 | Intended Audience :: Information Technology |
| 12 | Intended Audience :: System Administrators |
| 13 | License :: OSI Approved :: Apache Software License |
| 14 | Operating System :: POSIX :: Linux |
| 15 | Programming Language :: Python |
| 16 | Programming Language :: Python :: 2 |
| 17 | Programming Language :: Python :: 2.7 |
| 18 | Programming Language :: Python :: 3 |
| 19 | Programming Language :: Python :: 3.3 |
| 20 | Programming Language :: Python :: 3.5 |
| 21 | |
| 22 | [files] |
| 23 | packages = tungsten_tempest_plugin |
| 24 | |
| 25 | [upload_sphinx] |
| 26 | upload-dir = doc/build/html |
| 27 | |
| 28 | [compile_catalog] |
| 29 | directory = tungsten-tempest/locale |
| 30 | domain = tungsten-tempest |
| 31 | |
| 32 | [update_catalog] |
| 33 | domain = tungsten-tempest |
| 34 | output_dir = tungsten-tempest/locale |
| 35 | input_file = tungsten-tempest/locale/tungsten-tempest.pot |
| 36 | |
| 37 | [extract_messages] |
| 38 | keywords = _ gettext ngettext l_ lazy_gettext |
| 39 | mapping_file = babel.cfg |
| 40 | output_file = tungsten-tempest/locale/tungsten-tempest.pot |
| 41 | |
| 42 | [build_releasenotes] |
| 43 | all_files = 1 |
| 44 | build-dir = releasenotes/build |
| 45 | source-dir = releasenotes/source |
| 46 | |
| 47 | [entry_points] |
| 48 | tempest.test_plugins = |
| 49 | tungsten_tempest_tests = tungsten_tempest_plugin.plugin:TungstenTempestPlugin |
| 50 | oslo.config.opts = |
| 51 | tungsten_tempest.config = tungsten_tempest_plugin.config:list_opts |