Merge "Add option to add rhel modules to container build template"

This commit is contained in:
Zuul 2020-08-21 05:18:09 +00:00 committed by Gerrit Code Review
commit 4f5993b45f

View File

@ -88,6 +88,9 @@ openstack tripleo container image build \
{% if push_registry is defined %}
--registry {{ push_registry }} \
{% endif %}
{% if rhel_modules is defined %}
--rhel-modules {{ rhel_modules | join(",") }} \
{% endif %}
{% for item in exclude_containers[osp_branch|default(ci_branch)] %}
--exclude {{ item }} \
{% endfor %}