Merge "cinder-api: handle Debian too"

This commit is contained in:
Jenkins 2017-10-09 14:11:59 +00:00 committed by Gerrit Code Review
commit 2564b6aecd

View File

@ -43,7 +43,7 @@ RUN mkdir -p /var/www/cgi-bin/cinder \
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
{% elif base_distro in ['ubuntu'] %}
{% elif base_distro in ['debian', 'ubuntu'] %}
{% set cinder_api_packages = [
'apache2',
'libapache2-mod-wsgi'