RETIRED, further work has moved to Debian project infrastructure
Go to file
ghanshyam e326a0612f Put the regex first
This commit add regex first while running tempest tox

There is changes in way tempest tox runs tests by using the tempest run
command directly instead of some bash script.

With tempest run you specify a regex with a '--regex' parameter and to
keep backwards compatibility this is added to the tempest tox
definitions.

But in gnocchi post_test_hook regex is being used after concurrency
and ends up having a call equivalent to:

  tempest run --regex --concurrency=2 gnocchi

which obviously is incorrect. Simply switching the arg order should work here.

Change-Id: Ibaffa3a8568ea058d964463df4b76196c4d2bc7a
Need-by: I3684fce66a799579fa68af119652cafef25a9f03
2016-09-12 15:40:17 +09:00
devstack Put the regex first 2016-09-12 15:40:17 +09:00
doc/source carbonara: compress non padded timeseries 2016-09-08 16:29:03 +02:00
etc/gnocchi rest: enable CORS middleware without Paste 2016-07-18 17:12:02 +02:00
gnocchi Merge "tests/carbonara: use _serialize_v2 without mocking" 2016-09-08 21:47:51 +00:00
releasenotes/notes carbonara: compress non padded timeseries 2016-09-08 16:29:03 +02:00
tools remove default=None for config options 2016-08-25 18:31:28 +08:00
.gitignore Enable releasenotes documentation 2016-05-26 09:34:33 +00:00
.gitreview Update .gitreview for project rename 2015-03-28 00:20:35 +00:00
.testr.conf Correct concurrency of gabbi tests for gabbi 1.22.0 2016-06-16 12:48:59 +01:00
LICENSE Add missing License file 2015-05-15 14:37:04 -04:00
MANIFEST.in Generate configuration file in sdist 2016-01-19 16:27:35 +01:00
README.rst Make the content of PKG-INFO can be decoded 2016-03-07 14:38:06 +08:00
bindep.txt Add bindep.txt to express binary dependencies 2016-08-18 12:31:30 +02:00
requirements.txt Add iso8601 to requirements 2016-07-21 16:03:49 +02:00
run-tests.sh sql: default to pymysql 2016-05-18 10:16:04 +02:00
setup.cfg block oslo.db 4.13.2 2016-09-06 22:49:31 +00:00
setup.py Import 2014-05-07 12:04:37 +02:00
tox.ini Merge documentation and release notes 2016-08-16 17:59:00 +02:00

README.rst

Gnocchi - Metric as a Service

image

Gnocchi is a multi-tenant timeseries, metrics and resources database. It provides an HTTP REST interface to create and manipulate the data. It is designed to store metrics at a very large scale while providing access to metrics and resources information to operators and users.

Gnocchi is part of the OpenStack project. While Gnocchi has support for OpenStack, it is fully able to work stand-alone.

You can read the full documentation online at http://gnocchi.xyz.