163ddec6cd
Also fix syntax in get_status call and enforce doc8. Change-Id: I9033c6264bd1ec2755e7d3efaf83e44f96c64e9c
49 lines
1.9 KiB
INI
49 lines
1.9 KiB
INI
[metadata]
|
|
name = python-ironic-inspector-client
|
|
summary = Python client for Ironic Inspector
|
|
description-file = README.rst
|
|
home-page = https://launchpad.net/python-ironic-inspector-client
|
|
license = Apache-2
|
|
classifier =
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
[files]
|
|
packages =
|
|
ironic_inspector_client
|
|
[entry_points]
|
|
openstack.cli.extension =
|
|
baremetal-introspection = ironic_inspector_client.shell
|
|
openstack.baremetal_introspection.v1 =
|
|
baremetal_introspection_start = ironic_inspector_client.shell:StartCommand
|
|
baremetal_introspection_status = ironic_inspector_client.shell:StatusCommand
|
|
baremetal_introspection_reprocess = ironic_inspector_client.shell:ReprocessCommand
|
|
baremetal_introspection_abort = ironic_inspector_client.shell:AbortCommand
|
|
baremetal_introspection_data_save = ironic_inspector_client.shell:DataSaveCommand
|
|
baremetal_introspection_rule_import = ironic_inspector_client.shell:RuleImportCommand
|
|
baremetal_introspection_rule_list = ironic_inspector_client.shell:RuleListCommand
|
|
baremetal_introspection_rule_show = ironic_inspector_client.shell:RuleShowCommand
|
|
baremetal_introspection_rule_delete = ironic_inspector_client.shell:RuleDeleteCommand
|
|
baremetal_introspection_rule_purge = ironic_inspector_client.shell:RulePurgeCommand
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
autodoc_exclude_modules =
|
|
ironic_inspector_client.test.*
|
|
ironic_inspector_client.common.i18n
|
|
warnerrors = True
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|