blob: d7d3196f5abfc5a7e65f44fe663b26913abf4804 [file] [log] [blame]
Michael Johnson34139b02017-03-15 10:31:10 -07001[metadata]
2name = octavia-tempest-plugin
3summary = Tempest plugin for Octavia
4description-file =
5 README.rst
6author = OpenStack
melissaml37fb30e2018-12-05 01:18:34 +08007author-email = openstack-discuss@lists.openstack.org
ShangXiaod5046c02018-05-02 22:54:16 -07008home-page = https://docs.openstack.org/octavia-tempest-plugin/latest/
Ghanshyam Manna97deef2020-04-25 19:54:06 -05009python-requires = >=3.6
Michael Johnson34139b02017-03-15 10:31:10 -070010classifier =
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
Ghanshyam Manna97deef2020-04-25 19:54:06 -050017 Programming Language :: Python :: Implementation :: CPython
18 Programming Language :: Python :: 3 :: Only
Michael Johnson34139b02017-03-15 10:31:10 -070019 Programming Language :: Python :: 3
Ghanshyam Manna97deef2020-04-25 19:54:06 -050020 Programming Language :: Python :: 3.6
21 Programming Language :: Python :: 3.7
inspurericzhang0b64a192020-05-28 11:24:49 +080022 Programming Language :: Python :: 3.8
Michael Johnson34139b02017-03-15 10:31:10 -070023
Jude Cross986e3f52017-07-24 14:57:20 -070024[global]
25setup-hooks =
26 pbr.hooks.setup_hook
27
Michael Johnson34139b02017-03-15 10:31:10 -070028[files]
29packages =
30 octavia_tempest_plugin
31
Michael Johnson34139b02017-03-15 10:31:10 -070032[compile_catalog]
33directory = octavia_tempest_plugin/locale
34domain = octavia_tempest_plugin
35
36[update_catalog]
37domain = octavia_tempest_plugin
38output_dir = octavia_tempest_plugin/locale
39input_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot
40
41[extract_messages]
42keywords = _ gettext ngettext l_ lazy_gettext
43mapping_file = babel.cfg
44output_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot
45
46[build_releasenotes]
47all_files = 1
48build-dir = releasenotes/build
49source-dir = releasenotes/source
Jude Cross986e3f52017-07-24 14:57:20 -070050
51[entry_points]
52tempest.test_plugins =
53 octavia-tempest-plugin = octavia_tempest_plugin.plugin:OctaviaTempestPlugin