Files
ad602702f5e0d91581fe8246bc70b04f2f8197d6
ironic-python-agent /setup.cfg

27 lines
680 B
INI
Raw Normal View History

2013年12月16日 15:38:02 -08:00
[metadata]
name = teeth-agent
author = Rackspace
author-email = teeth-dev@lists.rackspace.com
summary = Teeth Host Agent
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 =
teeth_agent
[entry_points]
console_scripts =
2014年01月14日 21:44:21 -08:00
teeth-agent = teeth_agent.cmd.agent:run
2014年01月14日 21:29:04 -08:00
teeth_agent.modes =
standby = teeth_agent.standby:StandbyMode
decom = teeth_agent.decom:DecomMode
2014年01月21日 17:15:12 -08:00
teeth_agent.hardware_managers =
2014年01月22日 11:09:02 -08:00
generic = teeth_agent.hardware:GenericHardwareManager