Merge "Prevents keystone from listening on port 80"

This commit is contained in:
Jenkins 2015-08-24 15:45:08 +00:00 committed by Gerrit Code Review
commit 92689176ea

View File

@ -43,6 +43,7 @@ RUN yum -y install \
RUN apt-get install -y --no-install-recommends \
apache2 \
libapache2-mod-wsgi \
&& echo > /etc/apache2/ports.conf \
&& apt-get clean
{% endif %}