Set version of ElasticSearch client library

There aren't some needed methods in 5.0 version like
get_aliases (http://elasticsearch-py.readthedocs.io/en/2.4.0/api.html#elasticsearch.client.IndicesClient.get_aliases).

Change-Id: I7fb37460ae22bda2c5ab5213d396474ec0d16ec1
This commit is contained in:
Rodion Promyshlennikov 2016-10-24 11:30:33 +03:00
parent f198a0db8e
commit 46572857bb

View File

@ -1,4 +1,4 @@
elasticsearch
elasticsearch<=2.4.0
git+git://github.com/openstack/fuel-devops.git@2.9.22
netaddr
oslo.i18n>=3.1.0 # the more recent python-*client (dependencies of fuel-qa) require at least this version of oslo.i18n