Merge "Add Elasticsearch client package for OSprofile"

This commit is contained in:
Jenkins 2017-05-17 11:00:08 +00:00 committed by Gerrit Code Review
commit 073a629b45

View File

@ -88,6 +88,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-designateclient',
'python-dogpile-cache',
'python-editor',
'python-elasticsearch',
'python-enum34',
'python-extras',
'python-fixtures',
@ -179,6 +180,7 @@ ENV DEBIAN_FRONTEND noninteractive
'python-ceilometerclient',
'python-congressclient',
'python-designateclient',
'python-elasticsearch',
'python-gnocchiclient',
'python-heatclient',
'python-ironicclient',
@ -297,6 +299,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
'contextlib2',
'debtcollector',
'decorator',
'elasticsearch',
'enum34',
'eventlet',
'fasteners',