File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ ipa_build_dib_elements_extra:
8787# ipa_images_kernel_name:
8888
8989# URL of Ironic deployment kernel image to download.
90- ipa_kernel_upstream_url : " {% if stackhpc_ipa_image_overcloud_enabled | bool %}{{ stackhpc_ipa_image_url }} /ipa.kernel{% endif % }"
90+ ipa_kernel_upstream_url : " {{ ( stackhpc_ipa_image_url + ' /ipa.kernel') if stackhpc_ipa_image_overcloud_enabled | bool } }"
9191
9292# URL of checksum of Ironic deployment kernel image.
9393# ipa_kernel_checksum_url:
@@ -99,7 +99,7 @@ ipa_kernel_upstream_url: "{% if stackhpc_ipa_image_overcloud_enabled | bool %}{{
9999# ipa_images_ramdisk_name:
100100
101101# URL of Ironic deployment ramdisk image to download.
102- ipa_ramdisk_upstream_url : " {% if stackhpc_ipa_image_overcloud_enabled | bool %}{{ stackhpc_ipa_image_url }} /ipa.initramfs{% endif % }"
102+ ipa_ramdisk_upstream_url : " {{ ( stackhpc_ipa_image_url + ' /ipa.initramfs') if stackhpc_ipa_image_overcloud_enabled | bool } }"
103103
104104# URL of checksum of Ironic deployment ramdisk image.
105105# ipa_ramdisk_checksum_url:
You can’t perform that action at this time.
0 commit comments