6c5aeeee41
The source location definition previously in build.ini was merged in etc/kolla/kolla-build.conf since it is really configuration for the kolla-build tool. Change-Id: I7531af0029bdfeabbaefb8a6aa97b70bb12c021a Closes-Bug: #1496702
50 lines
1.1 KiB
INI
50 lines
1.1 KiB
INI
[metadata]
|
|
name = kolla
|
|
version = 0.1.0
|
|
summary = Kolla OpenStack Deployment
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
kolla
|
|
data_files =
|
|
share/kolla/ansible = ansible/*
|
|
share/kolla/devenv = devenv/*
|
|
share/kolla/docker = docker/*
|
|
share/kolla/doc = doc/*
|
|
share/kolla/etc_examples = etc/*
|
|
share/kolla/vagrant = vagrant/*
|
|
share/kolla = tools/init-runonce
|
|
share/kolla = tools/openrc-example
|
|
|
|
scripts =
|
|
tools/kolla-ansible
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
kolla-build = kolla.cmd.build:main
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[pbr]
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/
|