Skip to content

Commit

Permalink
Remove pycadf unlinking
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghun1ee committed Sep 27, 2024
1 parent 90a37fb commit 24d1034
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/openstack-base/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,6 @@ ENV PATH /var/lib/kolla/venv/bin:$PATH
RUN {{ macros.install_pip(['pip', 'wheel', 'setuptools==67.2.*']) }} \
&& {{ macros.install_pip(openstack_base_pip_packages | customizable("pip_packages")) }}

RUN unlink /pycadf \
&& rm -rf plugins/*

{% if base_package_type == 'rpm' %}
RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
&& sed -i -r 's,^(Listen 443),#\1,' /etc/httpd/conf.d/ssl.conf
Expand Down

0 comments on commit 24d1034

Please sign in to comment.