blob: b452614361195aad9a33b6d96136839e495760dd [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
7author-email = openstack-dev@lists.openstack.org
8home-page = http://www.openstack.org/developer/octavia-tempest-plugin
9classifier =
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 Cross638c4ef2017-07-24 14:57:20 -070021[global]
22setup-hooks =
23 pbr.hooks.setup_hook
24
Michael Johnson34139b02017-03-15 10:31:10 -070025[files]
26packages =
27 octavia_tempest_plugin
28
29[build_sphinx]
30source-dir = doc/source
31build-dir = doc/build
32all_files = 1
33
34[upload_sphinx]
35upload-dir = doc/build/html
36
37[compile_catalog]
38directory = octavia_tempest_plugin/locale
39domain = octavia_tempest_plugin
40
41[update_catalog]
42domain = octavia_tempest_plugin
43output_dir = octavia_tempest_plugin/locale
44input_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot
45
46[extract_messages]
47keywords = _ gettext ngettext l_ lazy_gettext
48mapping_file = babel.cfg
49output_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot
50
51[build_releasenotes]
52all_files = 1
53build-dir = releasenotes/build
54source-dir = releasenotes/source
Jude Cross638c4ef2017-07-24 14:57:20 -070055
56[entry_points]
57tempest.test_plugins =
58 octavia-tempest-plugin = octavia_tempest_plugin.plugin:OctaviaTempestPlugin