Files
instack-undercloud/setup.cfg
James Slagle c2d5c0f862 Remove unused scripts
All these scripts are replaced by python-tripleoclient or manual docs
(in the tempest case). For better or worse, I don't think a deprecation
period is necessary here as I think we're way past that point with the
reality being that these scripts don't actually even work any longer.

Change-Id: I9d4f0e055a19bf662661f47ea328ec919e03ddda
2016-03-16 18:01:27 +01:00

43 lines
1.1 KiB
INI

[metadata]
name = instack-undercloud
summary = instack-undercloud
description-file =
README.md
author = James Slagle
author-email = jslagle@redhat.com
home-page = http://www.redhat.com/
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.4
[files]
packages =
instack_undercloud
scripts =
scripts/instack-create-overcloudrc
scripts/instack-install-undercloud
scripts/instack-virt-setup
data_files =
share/instack-undercloud/ = elements/*
share/instack-undercloud/json-files = json-files/*
share/instack-undercloud/ = undercloud.conf.sample
[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