Skip to content
Snippets Groups Projects
Commit a4b5d8e6 authored by Sam Yaple's avatar Sam Yaple
Browse files

Prevents keystone from listening on port 80

Change-Id: Idf1ec73c3f42b27ec1d0887e47b02bac5214cd87
Closes-Bug: #1488121
parent 04ba3ccb
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ RUN yum -y install \ ...@@ -43,6 +43,7 @@ RUN yum -y install \
RUN apt-get install -y --no-install-recommends \ RUN apt-get install -y --no-install-recommends \
apache2 \ apache2 \
libapache2-mod-wsgi \ libapache2-mod-wsgi \
&& echo > /etc/apache2/ports.conf \
&& apt-get clean && apt-get clean
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment