20507623d0
This patch fixes the latest references that are around and refer to the old repository name (tripleo-quickstart-utils), changing it into the new tripleo-ha-utils. Change-Id: I426387486b832314882a3094966e4f2806218331
38 lines
805 B
INI
38 lines
805 B
INI
[metadata]
|
|
name = tripleo-ha-utils
|
|
summary = Give a set of tools to test TripleO HA capabilities
|
|
description-file =
|
|
README.md
|
|
author = Raoul Scarazzini
|
|
author-email = rasca@redhat.com
|
|
home-page = https://github.com/openstack/tripleo-ha-utils/
|
|
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/*
|
|
usr/local/share/ansible/roles = roles/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|