Adds a Zaqar publisher

This adds a new publisher supporting samples and events which can be
used in the pipelines.

Change-Id: I5f95228c38656522a14b20370e2cfd67cb911f80
This commit is contained in:
Thomas Herve
2017-04-25 15:23:20 +02:00
parent 7290b4ec8c
commit c1c56d6aae
7 changed files with 219 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ skipsdist = True
envlist = py{27,35},{debug,py,py27,py35}-{mongodb,mysql,postgresql,functional},pep8
[testenv]
deps = .[mongo,mysql,postgresql,gnocchi]
deps = .[mongo,mysql,postgresql,gnocchi,zaqar]
-r{toxinidir}/test-requirements.txt
# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
install_command = pip install -U {opts} {packages}