Merge "Pin elasticsearch-curator==5.8.4" into stable/yoga
This commit is contained in:
commit
f1d1881e95
@ -27,7 +27,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
# NOTE(parallax): pin elasticsearch due to bug: https://bugs.launchpad.net/kolla/+bug/1941073
|
# NOTE(parallax): pin elasticsearch due to bug: https://bugs.launchpad.net/kolla/+bug/1941073
|
||||||
{% set elasticsearch_curator_pip_packages = [
|
{% set elasticsearch_curator_pip_packages = [
|
||||||
'elasticsearch==7.13.*',
|
'elasticsearch==7.13.*',
|
||||||
'elasticsearch-curator'
|
'elasticsearch-curator==5.8.4'
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
RUN {{ macros.install_pip(['pip', 'wheel', 'setuptools'], constraints=false) }} \
|
RUN {{ macros.install_pip(['pip', 'wheel', 'setuptools'], constraints=false) }} \
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes an issue with Elasticsearch curator not working due
|
||||||
|
to too new python elasticsearch-curator library not compatible
|
||||||
|
with Elasticsearch version 7.
|
||||||
|
`LP#2028048 <https://launchpad.net/kolla/+bug/2028048>`__
|
Loading…
Reference in New Issue
Block a user