Skip to content

Commit ed85b40

Browse files
hrwyoctozepto
authored andcommitted
elasticsearch-curator: drop botocore workaround
Curator got requirements sorted out upstream and builds fine now without hack. This reverts curator part of https://review.opendev.org/c/openstack/kolla/+/755339/ Change-Id: Iabe5b9684a7bf0e39a7dca824e6705b5069560bf (cherry picked from commit 7db2f10)
1 parent 5f0a7e6 commit ed85b40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/elasticsearch/elasticsearch-curator/Dockerfile.j2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
3030
'elasticsearch-curator'
3131
] %}
3232

33-
{# FIXME: Revert the boto installations once we figure this issue out #}
34-
RUN {{ macros.install_pip(['"boto3<1.16"', '"botocore<1.19"'], constraints=false) }} \
35-
&& {{ macros.install_pip(elasticsearch_curator_pip_packages | customizable("pip_packages"), constraints=false) }} \
33+
RUN {{ macros.install_pip(elasticsearch_curator_pip_packages | customizable("pip_packages"), constraints=false) }} \
3634
&& mkdir -p /etc/elasticsearch-curator \
3735
&& chown -R elasticsearch: /etc/elasticsearch-curator
3836

0 commit comments

Comments
 (0)