log_processor/setup.cfg
K Jonathan Harker 2c63950e34 Add project boilerplate
Update the .gitreview file for the new project name.
Add skeleton docs, setup, and testing.

Most of this boilerplate has been copied from nodepool.

In order to make testing easier, the EventProcessor class has been
slightly refactored to allow FakeEventProcessor to subclass and
mock out the socket object with a Queue.Queue object.

Change-Id: I137849a16807b9c56cd6f31de57b2b99506c8219
2015-11-23 15:32:06 -08:00

31 lines
916 B
INI

[metadata]
name = log_processor
summary = Gearman server and workers for fetching logs over HTTP and injecting them into Logstash.
description-file =
README.rst
author = OpenStack Infrastructure Team
author-email = openstack-infra@lists.openstack.org
home-page = http://docs.openstack.org/infra/system-config/
classifier =
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 :: 2.6
[pbr]
warnerrors = True
[entry_points]
console_scripts =
log-processor-client = log_processor.client:main
log-processor-worker = log_processor.worker:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1