aee1555156
Allow multiple extensions to be loaded by switching to ExtensionManager from stevedore. Remove any reference to modes. Change-Id: Ic160478625226b4dd17bd68b3d37f3b05823e519
43 lines
971 B
INI
43 lines
971 B
INI
[metadata]
|
|
name = ironic-python-agent
|
|
author = Rackspace
|
|
author-email = teeth-dev@lists.rackspace.com
|
|
summary = Ironic Python Agent Ramdisk
|
|
license = Apache-2
|
|
classifier =
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
[files]
|
|
packages =
|
|
ironic_python_agent
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
ironic-python-agent = ironic_python_agent.cmd.agent:run
|
|
|
|
ironic_python_agent.extensions =
|
|
standby = ironic_python_agent.standby:StandbyExtension
|
|
decom = ironic_python_agent.decom:DecomExtension
|
|
|
|
ironic_python_agent.hardware_managers =
|
|
generic = ironic_python_agent.hardware:GenericHardwareManager
|
|
|
|
[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
|
|
|
|
[wheel]
|
|
universal = 1
|