Files
27bc0eb316c46d244936645b07191b33975563b1
ironic-python-agent /setup.cfg

25 lines
649 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 =
2013年12月20日 12:57:38 -08:00
teeth-standby-agent = teeth_agent.cmd.standby:run
teeth-decom-agent = teeth_agent.cmd.decom:run
2014年01月14日 21:29:04 -08:00
teeth_agent.modes =
standby = teeth_agent.standby:StandbyMode
decom = teeth_agent.decom:DecomMode