almanach/setup.cfg
Frédéric Guillot e0561271cf Migrate code base to oslo.config and oslo.log
In order to migrate the code base to the "OpenStack way":

* Replace ConfigParser by oslo.config
* Replace logging by oslo.log
* Use testtools as base class for unit tests
* Add tox -e genconfig to generate config file
* Start to organize the file structure like other projects
* Define 2 cli entry points almanach-collector and almanach-api
* The docker-compose.yml is now used to run integration-tests
* Integration tests will be moved to tempest in the future
* Docker configs should be deprecated and moved to Kolla

Change-Id: I89a89a92c7bdb3125cc568323db0f9488e1380db
2016-10-13 11:28:09 -04:00

40 lines
1.0 KiB
INI

[metadata]
name = almanach
url = https://github.com/internap/almanach
author = Internap Hosting
author-email = opensource@internap.com
home-page = https://github.com/internap/almanach
license = Apache-2
summary = Stores usage of OpenStack volumes and instances for each tenant
description-file =
README.rst
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Telecommunications Industry
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 2.7
[files]
packages =
almanach
[entry_points]
oslo.config.opts =
almanach = almanach.core.opts:list_opts
console_scripts =
almanach-api = almanach.api.main:main
almanach-collector = almanach.collector.main:main
[nosetests]
no-path-adjustment = 1
logging-level = DEBUG
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source