rally/setup.cfg
Hugh Saunders 43a12fd92f Call rally-manage with warning when openstack-rally-manage is used
Currently when openstack-rally-manage is used, args are passed through
to rally, not rally-manage. This patch fixes this situation.

Change-Id: I51fe14068f679d7f65fb4e518b8f55beca1c7d72
Closes-Bug: #1274068
2014-01-29 11:37:32 +00:00

40 lines
926 B
INI

[metadata]
name = rally
version = 0.0.1
summary = Benchmark System for OpenStack
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
[files]
packages =
rally
[entry_points]
console_scripts =
rally = rally.cmd.main:main
rally-manage = rally.cmd.manage:main
openstack-rally = rally.cmd.main:deprecated
openstack-rally-manage = rally.cmd.manage:deprecated
[global]
setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source