2013-08-13 15:33:41 -07:00
|
|
|
[metadata]
|
|
|
|
name = nodepool
|
|
|
|
summary = Node pool management for a distributed test infrastructure
|
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
author = OpenStack Infrastructure Team
|
|
|
|
author-email = openstack-infra@lists.openstack.org
|
2015-05-14 21:38:16 +00:00
|
|
|
home-page = http://docs.openstack.org/infra/system-config/
|
2013-08-13 15:33:41 -07:00
|
|
|
classifier =
|
|
|
|
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
|
|
|
|
|
|
|
|
[pbr]
|
|
|
|
warnerrors = True
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2013-08-30 14:31:07 -07:00
|
|
|
nodepool = nodepool.cmd.nodepoolcmd:main
|
2015-10-07 22:17:37 +00:00
|
|
|
nodepool-builder = nodepool.cmd.builder:main
|
2013-08-30 14:31:07 -07:00
|
|
|
nodepoold = nodepool.cmd.nodepoold:main
|
2013-08-13 15:33:41 -07:00
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|