Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [diff] [blame] | 1 | [metadata] |
| 2 | name = octavia-tempest-plugin |
| 3 | summary = Tempest plugin for Octavia |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
| 7 | author-email = openstack-dev@lists.openstack.org |
| 8 | home-page = http://www.openstack.org/developer/octavia-tempest-plugin |
| 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.5 |
| 20 | |
Jude Cross | 638c4ef | 2017-07-24 14:57:20 -0700 | [diff] [blame^] | 21 | [global] |
| 22 | setup-hooks = |
| 23 | pbr.hooks.setup_hook |
| 24 | |
Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [diff] [blame] | 25 | [files] |
| 26 | packages = |
| 27 | octavia_tempest_plugin |
| 28 | |
| 29 | [build_sphinx] |
| 30 | source-dir = doc/source |
| 31 | build-dir = doc/build |
| 32 | all_files = 1 |
| 33 | |
| 34 | [upload_sphinx] |
| 35 | upload-dir = doc/build/html |
| 36 | |
| 37 | [compile_catalog] |
| 38 | directory = octavia_tempest_plugin/locale |
| 39 | domain = octavia_tempest_plugin |
| 40 | |
| 41 | [update_catalog] |
| 42 | domain = octavia_tempest_plugin |
| 43 | output_dir = octavia_tempest_plugin/locale |
| 44 | input_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot |
| 45 | |
| 46 | [extract_messages] |
| 47 | keywords = _ gettext ngettext l_ lazy_gettext |
| 48 | mapping_file = babel.cfg |
| 49 | output_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot |
| 50 | |
| 51 | [build_releasenotes] |
| 52 | all_files = 1 |
| 53 | build-dir = releasenotes/build |
| 54 | source-dir = releasenotes/source |
Jude Cross | 638c4ef | 2017-07-24 14:57:20 -0700 | [diff] [blame^] | 55 | |
| 56 | [entry_points] |
| 57 | tempest.test_plugins = |
| 58 | octavia-tempest-plugin = octavia_tempest_plugin.plugin:OctaviaTempestPlugin |