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:
87
87
# ipa_images_kernel_name:
88
88
89
89
# 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 } }"
91
91
92
92
# URL of checksum of Ironic deployment kernel image.
93
93
# ipa_kernel_checksum_url:
@@ -99,7 +99,7 @@ ipa_kernel_upstream_url: "{% if stackhpc_ipa_image_overcloud_enabled | bool %}{{
99
99
# ipa_images_ramdisk_name:
100
100
101
101
# 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 } }"
103
103
104
104
# URL of checksum of Ironic deployment ramdisk image.
105
105
# ipa_ramdisk_checksum_url:
You can’t perform that action at this time.
0 commit comments