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 | |
| 21 | [files] |
| 22 | packages = |
| 23 | octavia_tempest_plugin |
| 24 | |
| 25 | [build_sphinx] |
| 26 | source-dir = doc/source |
| 27 | build-dir = doc/build |
| 28 | all_files = 1 |
| 29 | |
| 30 | [upload_sphinx] |
| 31 | upload-dir = doc/build/html |
| 32 | |
| 33 | [compile_catalog] |
| 34 | directory = octavia_tempest_plugin/locale |
| 35 | domain = octavia_tempest_plugin |
| 36 | |
| 37 | [update_catalog] |
| 38 | domain = octavia_tempest_plugin |
| 39 | output_dir = octavia_tempest_plugin/locale |
| 40 | input_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot |
| 41 | |
| 42 | [extract_messages] |
| 43 | keywords = _ gettext ngettext l_ lazy_gettext |
| 44 | mapping_file = babel.cfg |
| 45 | output_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot |
| 46 | |
| 47 | [build_releasenotes] |
| 48 | all_files = 1 |
| 49 | build-dir = releasenotes/build |
| 50 | source-dir = releasenotes/source |