35 lines
803 B
INI
35 lines
803 B
INI
[metadata]
|
|
name = ironic
|
|
version = 2014.2
|
|
summary = OpenStack Bare Metal Provisioning
|
|
description-file =
|
|
README.rst
|
|
author = chenglch
|
|
author-email = chenglch@cn.ibm.com
|
|
home-page = http://xcat.sf.net/
|
|
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]
|
|
ironic.drivers =
|
|
pxe_xcat = ironic.drivers.xcat:XCATBaremetalDriver
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|