4b16da33db
The patch introduces a first version of REST API. Rally can be run as-a-Service by the shell script rally-api. By default a service binds to a socket 0.0.0.0:8877. The pair of binding parameters have got own section called an 'api'. One of the supported Content-Type is an 'application/json'. TODO: * A Deployment and a Task controllers/types. * Proper exception handling. blueprint rally-service-api-v1 Change-Id: Ib0a1f141a083a35c8d43aed2bb1db3307e022b70
40 lines
960 B
INI
40 lines
960 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-api = rally.cmd.api: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
|