Merge "Include branch name in URL for IPA on master"

This commit is contained in:
Zuul 2019-09-03 18:50:57 +00:00 committed by Gerrit Code Review
commit c58cb2fbb8

View File

@ -61,8 +61,7 @@ ipa_build_dib_git_elements: []
# Suffix of upstream Ironic deployment image files. Default is based on
# {{ openstack_branch }}.
ipa_images_upstream_url_suffix: >-
{% if openstack_branch != 'master' %}-{{ openstack_branch | replace('/', '-') }}{% endif %}
ipa_images_upstream_url_suffix: "-{{ openstack_branch | replace('/', '-') }}"
# Name of Ironic deployment kernel image to register in Glance.
ipa_images_kernel_name: "ipa.vmlinuz"