64e65750cd
- gitignore to avoid bad files - git review to enable git review/gerrit integration - Vagrantfile like the other repos, but not useful (yet!) - dummy inventory file - setup.* files because docs use pbr - requirements files - tox.ini for test launcher to match openstack standards - scaffolded docs and release notes for gates to pass Change-Id: Iaf78c8fd3c2138e1d7d4384fb83c90cb7ddd6d10
25 lines
546 B
INI
25 lines
546 B
INI
[metadata]
|
|
name = openstack-ansible-tests
|
|
summary = Tests used for OpenStack-Ansible gating
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[wheel]
|
|
universal = 1
|