Skip to content

Commit f1d1881

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Pin elasticsearch-curator==5.8.4" into stable/yoga
2 parents 2e5bafe + aadc290 commit f1d1881

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docker/elasticsearch/elasticsearch-curator/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2727
# NOTE(parallax): pin elasticsearch due to bug: https://bugs.launchpad.net/kolla/+bug/1941073
2828
{% set elasticsearch_curator_pip_packages = [
2929
'elasticsearch==7.13.*',
30-
'elasticsearch-curator'
30+
'elasticsearch-curator==5.8.4'
3131
] %}
3232

3333
RUN {{ macros.install_pip(['pip', 'wheel', 'setuptools'], constraints=false) }} \
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with Elasticsearch curator not working due
5+
to too new python elasticsearch-curator library not compatible
6+
with Elasticsearch version 7.
7+
`LP#2028048 <https://launchpad.net/kolla/+bug/2028048>`__

0 commit comments

Comments
 (0)