Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- /opt/kolla/docker/gnocchi/gnocchi-api/Dockerfile.j2 2019-06-12 06:11:22.531704186 +0000
- +++ /usr/local/share/kolla/docker/gnocchi/gnocchi-api/Dockerfile.j2 2019-07-11 03:46:33.592855210 +0000
- @@ -17,8 +17,15 @@
- {{ macros.install_packages(gnocchi_api_packages | customizable("packages")) }}
- {% endif %}
- +{% if install_type == 'binary' %}
- + {% if base_distro in ['ubuntu'] %}
- +RUN rm -rf /etc/apache2/sites-enabled/gnocchi-api.conf /etc/apache2/sites-available/gnocchi-api.conf
- + {% endif %}
- +{% endif %}
- +
- COPY extend_start.sh /usr/local/bin/kolla_gnocchi_extend_start
- RUN chmod 755 /usr/local/bin/kolla_gnocchi_extend_start
- +
- {% block gnocchi_api_footer %}{% endblock %}
- {% block footer %}{% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement