heat-all: mark as not available for Debian
Change-Id: I972f94b26d34783f055cf4a559fafb2c14ea76a5
This commit is contained in:
parent
e3ad9538bb
commit
81e551bdee
@ -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")) }}
|
||||
|
Loading…
Reference in New Issue
Block a user