Merge "Add volume-related packages to zun-compute image"

This commit is contained in:
Zuul 2019-09-19 22:09:53 +00:00 committed by Gerrit Code Review
commit 46a0309054
1 changed files with 3 additions and 0 deletions

View File

@ -13,7 +13,10 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
{% endif %}
{% set zun_compute_packages = [
'ceph-common',
'e2fsprogs',
'pciutils',
'xfsprogs',
] %}
{{ macros.install_packages(zun_compute_packages | customizable("packages")) }}