cinder-api: handle Debian too

Change-Id: Ia4e24568f557a9dd6681a6cdd6def6869b8b6d16
This commit is contained in:
Marcin Juszkiewicz 2017-10-02 09:56:01 +02:00
parent 44f5923199
commit b159c6f389

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'