forked from openstack-archive/gnocchi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
60 lines (50 loc) · 1.54 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[metadata]
name = gnocchi
version = 2014.2
summary = Metric Storage
description-file =
README.rst
author = Julien Danjou
author-email = [email protected]
classifier =
Environment :: OpenStack
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.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Topic :: System :: Monitoring
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
gnocchi
[entry_points]
gnocchi.storage =
null = gnocchi.storage.null:NullStorage
swift = gnocchi.storage.swift:SwiftStorage
file = gnocchi.storage.file:FileStorage
gnocchi.indexer =
null = gnocchi.indexer.null:NullIndexer
sqlalchemy = gnocchi.indexer.sqlalchemy:SQLAlchemyIndexer
gnocchi.aggregates =
moving-average = gnocchi.aggregates.moving_stats:MovingAverage
console_scripts =
gnocchi-api = gnocchi.cli:api
gnocchi-dbsync = gnocchi.cli:storage_dbsync
oslo.config.opts =
gnocchi = gnocchi.opts:list_opts
ceilometer.dispatcher =
gnocchi = gnocchi.ceilometer.dispatcher:GnocchiDispatcher
gnocchi.ceilometer.resource =
instance = gnocchi.ceilometer.resources.instance:Instance
swift_account = gnocchi.ceilometer.resources.swift_account:SwiftAccount
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source