e63f67c2f7
Providers no longer have "images" they have "diskimages". Update the refs to reflect that. Also bump sphinx version and enforce warnings as errors to catch these problems in the future. Change-Id: I367e36243ff928e194986cb6dc3c68e0d48bbcd0 Story: 2000790
33 lines
941 B
INI
33 lines
941 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
|
|
nodepool-launcher = nodepool.cmd.launcher:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|