b68684a3ef
The detail is described in the following links: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: I6aba9d03ad3cadba7bbd41ea32091a751889db17
38 lines
1.0 KiB
INI
38 lines
1.0 KiB
INI
[metadata]
|
|
name = ironic-ui
|
|
summary = Ironic plugin UI for Horizon to allow users to view and manage bare metal nodes, ports and drivers.
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/ironic-ui/latest/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
autodoc_exclude_modules =
|
|
ironic_ui.test.*
|
|
api_doc_dir = contributor/api
|
|
|
|
[files]
|
|
packages =
|
|
ironic_ui
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = ironic_ui/locale
|
|
domain = ironic-ui
|