60ca7410ba
Remove rootwrap code copied from oslo-incubator, make the ironic-rootwrap console_script entrypoint point to oslo.rootwrap code instead. Patch based on: https://review.openstack.org/#/c/67422 Change-Id: I3dd2c4cab6652dea5bd755b6048cbeea9edc81cf Partial-Bug: #1268674
71 lines
1.7 KiB
INI
71 lines
1.7 KiB
INI
[metadata]
|
|
name = ironic
|
|
version = 2013.2
|
|
summary = OpenStack Bare Metal Provisioning
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
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 :: 2.6
|
|
|
|
[files]
|
|
packages =
|
|
ironic
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
ironic-api = ironic.cmd.api:main
|
|
ironic-dbsync = ironic.cmd.dbsync:main
|
|
ironic-conductor = ironic.cmd.conductor:main
|
|
ironic-rootwrap = oslo.rootwrap.cmd:main
|
|
|
|
ironic.drivers =
|
|
fake = ironic.drivers.fake:FakeDriver
|
|
fake_ipmitool = ironic.drivers.fake:FakeIPMIToolDriver
|
|
fake_ipminative = ironic.drivers.fake:FakeIPMINativeDriver
|
|
fake_ssh = ironic.drivers.fake:FakeSSHDriver
|
|
fake_pxe = ironic.drivers.fake:FakePXEDriver
|
|
pxe_ipmitool = ironic.drivers.pxe:PXEAndIPMIToolDriver
|
|
pxe_ipminative = ironic.drivers.pxe:PXEAndIPMINativeDriver
|
|
pxe_ssh = ironic.drivers.pxe:PXEAndSSHDriver
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[compile_catalog]
|
|
directory = ironic/locale
|
|
domain = ironic
|
|
|
|
[update_catalog]
|
|
domain = ironic
|
|
output_dir = ironic/locale
|
|
input_file = ironic/locale/ironic.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = ironic/locale/ironic.pot
|
|
|
|
[wheel]
|
|
universal = 1
|