Prevents keystone from listening on port 80

Change-Id: Idf1ec73c3f42b27ec1d0887e47b02bac5214cd87
Closes-Bug: #1488121
This commit is contained in:
Sam Yaple 2015-08-24 14:28:10 +00:00
parent 04ba3ccb51
commit a4b5d8e672

View File

@ -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 %}