File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
etc/kayobe/kolla/config/bifrost Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,16 @@ download_ipa: true
55
66# Use a locally hosted cloud image.
77download_custom_deploy_image : true
8+ {% if os_distribution == 'ubuntu' and os_release == 'noble' %}
9+ # TODO(priteau): Remove once
10+ # https://review.opendev.org/c/openstack/bifrost/+/934177 is merged.
11+ custom_deploy_image_upstream_url : " https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
12+ custom_deploy_image_checksum_url : " https://cloud-images.ubuntu.com/noble/current/SHA256SUMS"
13+ custom_deploy_image_checksum_algorithm : " sha256"
14+ {% else %}
815upstream_deploy_image_distribution : " {{ os_distribution }}"
916upstream_deploy_image_release : " {{ os_release }}"
17+ {% endif %}
1018
1119# TODO(priteau): Remove once https://bugs.launchpad.net/bifrost/+bug/2081031 is
1220# resolved.
You can’t perform that action at this time.
0 commit comments