288fc86aad
The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I9096cdf483e7024d85043e3371fdcb2d73b2d38a
44 lines
1.2 KiB
INI
44 lines
1.2 KiB
INI
[metadata]
|
|
name = instack-undercloud
|
|
summary = instack-undercloud
|
|
description-file =
|
|
README.md
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://git.openstack.org/cgit/openstack/instack-undercloud
|
|
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
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
instack_undercloud
|
|
|
|
scripts =
|
|
scripts/instack-install-undercloud
|
|
scripts/instack-upgrade-undercloud
|
|
scripts/instack-haproxy-cert-update
|
|
|
|
data_files =
|
|
share/instack-undercloud/ = elements/*
|
|
share/instack-undercloud/json-files = json-files/*
|
|
share/instack-undercloud/ = undercloud.conf.sample
|
|
share/instack-undercloud/templates = templates/*
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
instack-undercloud = instack_undercloud.undercloud:list_opts
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|