316ca33d2d
Before porting all the jobs to os_tempest from validate-tempest we need to make sure that we are using the existing master skip list otherwise it will leads to lots of failures. Change-Id: I90641ae636287ae1b6c5c225f7812431e28a39d5
39 lines
869 B
INI
39 lines
869 B
INI
[metadata]
|
|
name = tripleo-quickstart-extras
|
|
summary = Extend tripleo-quickstart's abilities to deploy and test TripleO
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/tripleo-quickstart/
|
|
classifier =
|
|
License :: OSI Approved :: Apache Software License
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Information Technology
|
|
Topic :: Utilities
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
data_files =
|
|
config = config/*
|
|
playbooks = playbooks/*
|
|
vars = vars/*
|
|
usr/local/share/ansible/roles = roles/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|