9253ae99e9
Add entrypoint so builders can be run on their own using the nodepool-builder command. Also update config processing so builders do not require things like a zmq-publisher. Change-Id: Ied1142990ca630f22044a472db77920daa4c2e5a
32 lines
913 B
INI
32 lines
913 B
INI
[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
|
|
home-page = http://docs.openstack.org/infra/system-config/
|
|
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 =
|
|
nodepool = nodepool.cmd.nodepoolcmd:main
|
|
nodepool-builder = nodepool.cmd.builder:main
|
|
nodepoold = nodepool.cmd.nodepoold:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|