heat-all: mark as not available for Debian

Change-Id: I972f94b26d34783f055cf4a559fafb2c14ea76a5
This commit is contained in:
Marcin Juszkiewicz 2018-10-10 10:28:53 +02:00
parent e3ad9538bb
commit 81e551bdee
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'openstack-heat-engine',
'openstack-heat-monolith'
] %}
{% elif base_distro in ['ubuntu'] %}
{% elif base_distro in ['debian', 'ubuntu'] %}
RUN echo 'heat-all not yet available for {{ base_distro }}' && /bin/false
{% endif %}
{{ macros.install_packages(heat_all_packages | customizable("packages")) }}