CHANGES
=======

1.10.4
------

* correct disk name

1.10.3
------

* create data directory for swift
* Push release to PyPI using Travis

1.10.2
------

* Fix Python 2 ProcessLookupError
* Handle terminate lookup error
* tests: call setUp to init cleanups
* postgresql: do not call \_exec in \_\_init\_\_
* Install mock for tests
* Remove not used oslotest dependency

1.10.1
------

* Fix process cleanup

1.10.0
------

* Ensure pifpaf kill all processes
* Fix compatibility with Redis 4.0

1.9.2
-----

* Revert "Ensure pifpaf kill all processes"

1.9.1
-----

* Ensure pifpaf kill all processes

1.9.0
-----

* Add a new driver for Vault

1.8.1
-----

* Fix logging in \_kill

1.8.0
-----

* memcached: don't read stdout
* swift: fix configuration typo

1.7.0
-----

* swiftclient default auth to 2.0
* swift: start a dedicated memcached

1.6.0
-----

* Disable elastic search tests
* Ensure xattr are available for swift
* swift: check we can upload file
* Use subprocess to kill process

1.5.2
-----

* Fix decorator order

1.5.1
-----

* Simplify retry logic
* Fix retry error catching

1.5.0
-----

* Wait 10 seconds processes to end, them kill them

1.4.11
------

* Revert "gnocchi: use --reuse-port"

1.4.10
------

* gnocchi: use --reuse-port
* Do not use concurrency to run tests
* Fix conflicting port in Gnocchi test
* Use another port for test\_gnocchi\_with\_redis\_coordinator
* Fix pep8 error

1.4.9
-----

* Revert "gnocchi: remove deprecated uwsgi option die-on-term"

1.4.8
-----

* gnocchi: ensure client don't use keepalive

1.4.7
-----

* gnocchi: add --no-orphans to uwsgi
* gnocchi: remove deprecated uwsgi option die-on-term

1.4.6
-----

* gnocchi: only run 1 metricd

1.4.5
-----

* gnocchi: add missing backslash in re

1.4.4
-----

* gnocchi: chdir to tempdir in uwsgi

1.4.3
-----

* Fix uwsgi wait for line

1.4.2
-----

* Revert "Make uwsgi loading module within a virtualenv"
* gnocchi: remove --plugin options

1.4.1
-----

* Make uwsgi loading module within a virtualenv
* Remove Python 3.4 support

1.4.0
-----

* Switch to uwsgi to run gnocchi-api
* elasticsearch: fix new versions option passing
* Add npm to Travis install

1.3.1
-----

* Fix logging being done on stdout instead of stderr

1.3.0
-----

* Stop using stevedore to load plugins

1.2.0
-----

* gnocchi: set verbose in config file to be sure info are printed
* Revert "gnocchi: pass --verbose to daemon to be sure they're in INFO mode"
* gnocchi: pass --verbose to daemon to be sure they're in INFO mode
* Use daiquiri to setup logging
