blob: 3e5d2166725c9d9234e156ba6d49f765b9f15fed [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
Michael Johnson34139b02017-03-15 10:31:10 -070022
Jude Cross986e3f52017-07-24 14:57:20 -070023[global]
24setup-hooks =
25 pbr.hooks.setup_hook
26
Michael Johnson34139b02017-03-15 10:31:10 -070027[files]
28packages =
29 octavia_tempest_plugin
30
Michael Johnson34139b02017-03-15 10:31:10 -070031[compile_catalog]
32directory = octavia_tempest_plugin/locale
33domain = octavia_tempest_plugin
34
35[update_catalog]
36domain = octavia_tempest_plugin
37output_dir = octavia_tempest_plugin/locale
38input_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot
39
40[extract_messages]
41keywords = _ gettext ngettext l_ lazy_gettext
42mapping_file = babel.cfg
43output_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot
44
45[build_releasenotes]
46all_files = 1
47build-dir = releasenotes/build
48source-dir = releasenotes/source
Jude Cross986e3f52017-07-24 14:57:20 -070049
50[entry_points]
51tempest.test_plugins =
52 octavia-tempest-plugin = octavia_tempest_plugin.plugin:OctaviaTempestPlugin