Files
libra/setup.cfg
Andrew Hutchings 5824438ec7 [ADMIN_API] Merge in statsd
Also adds --number_of_servers and --server_id so that we can cycle which
server does the pings

Also fix problem with database layer being loaded too early

Change-Id: Iff1ebc70b3838bbc1559c9e0bcc730fc78b1684b
2013-07-26 17:28:09 +01:00

36 lines
942 B
INI

[build_sphinx]
all_files = 1
build-dir = build/sphinx
source-dir = doc
[metadata]
name = libra
author = David Shrewsbury <shrewsbury.dave@gmail.com>, Andrew Hutchings <andrew@linuxjedi.co.uk>
summary = Python LBaaS Gearman Worker and Pool Manager
description-file = README
home-page = http://pypi.python.org/pypi/libra
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
[files]
packages =
libra
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
libra_worker = libra.worker.main:main
libra_pool_mgm = libra.mgm.mgm:main
libra_api = libra.api.app:main
libra_admin_api = libra.admin_api.app:main