gnocchi/setup.cfg
gord chung 6aae457844 raise NoSuchMetric when deleting metric already marked deleted
we should hide the fact the metric is marked for deletion but not
yet deleted.

Change-Id: Ib4a5d581208abed7978c53c169ce3ae0cc5d4ece
Closes-Bug: #1584139
2016-05-25 21:15:45 +00:00

131 lines
3.0 KiB
INI

[metadata]
name = gnocchi
url = http://launchpad.net/gnocchi
summary = Metric as a Service
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
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.7
Programming Language :: Python :: 3.4
Topic :: System :: Monitoring
[extras]
keystone =
keystonemiddleware>=4.0.0
mysql =
pymysql
oslo.db>=1.8.0
sqlalchemy
sqlalchemy-utils
alembic>=0.7.6,!=0.8.1
postgresql =
psycopg2
oslo.db>=1.8.0
sqlalchemy
sqlalchemy-utils
alembic>=0.7.6,!=0.8.1
swift =
python-swiftclient>=3.0.0
msgpack-python
lz4
tooz>=1.30
ceph =
msgpack-python
lz4
tooz>=1.30
ceph-pre-jewel:
cradox>=1.0.9
ceph-jewel-and-later:
python-rados>=10.1.0 # not available on pypi
file =
msgpack-python
lz4
tooz>=1.30
doc =
oslosphinx>=2.2.0
sphinx
sphinxcontrib-httpdomain
PyYAML
Jinja2
test =
pifpaf>=0.1.0
gabbi>=1.19.0
coverage>=3.6
fixtures
mock
oslotest
python-subunit>=0.0.18
os-testr
testrepository
testscenarios
testtools>=0.9.38
WebTest>=2.0.16
doc8
tooz>=1.30
keystonemiddleware>=4.0.0
[global]
setup-hooks =
pbr.hooks.setup_hook
[build_py]
pre-hook.build_config = gnocchi.genconfig.prehook
[files]
packages =
gnocchi
data_files =
etc/gnocchi = etc/gnocchi/*
[entry_points]
gnocchi.indexer.sqlalchemy.resource_type_attribute =
string = gnocchi.indexer.sqlalchemy_extension:StringSchema
uuid = gnocchi.indexer.sqlalchemy_extension:UUIDSchema
number = gnocchi.indexer.sqlalchemy_extension:NumberSchema
bool = gnocchi.indexer.sqlalchemy_extension:BoolSchema
gnocchi.storage =
null = gnocchi.storage.null:NullStorage
swift = gnocchi.storage.swift:SwiftStorage
ceph = gnocchi.storage.ceph:CephStorage
file = gnocchi.storage.file:FileStorage
gnocchi.indexer =
null = gnocchi.indexer.null:NullIndexer
mysql = gnocchi.indexer.sqlalchemy:SQLAlchemyIndexer
mysql+pymysql = gnocchi.indexer.sqlalchemy:SQLAlchemyIndexer
postgresql = gnocchi.indexer.sqlalchemy:SQLAlchemyIndexer
gnocchi.aggregates =
moving-average = gnocchi.aggregates.moving_stats:MovingAverage
console_scripts =
gnocchi-api = gnocchi.cli:api
gnocchi-upgrade = gnocchi.cli:upgrade
gnocchi-statsd = gnocchi.cli:statsd
gnocchi-metricd = gnocchi.cli:metricd
carbonara-dump = gnocchi.carbonara:dump_archive_file
oslo.config.opts =
gnocchi = gnocchi.opts:list_opts
tempest.test_plugins =
gnocchi_tests = gnocchi.tempest.plugin:GnocchiTempestPlugin
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1