Skip to content
Snippets Groups Projects
Commit c2cbf061 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove the deprecated enable_ironic_ipxe"

parents 2d37ce15 3029281c
No related branches found
No related tags found
No related merge requests found
......@@ -270,8 +270,7 @@ ironic_api_workers: "{{ openstack_service_workers }}"
ironic_dnsmasq_interface: "{{ api_interface }}"
ironic_dnsmasq_dhcp_ranges:
ironic_dnsmasq_dhcp_default_lease_time: "10m"
# TODO(yoctozepto): Do not rely on deprecated enable_ironic_ipxe in Zed.
ironic_dnsmasq_serve_ipxe: "{{ enable_ironic_ipxe | default(\"yes\") }}"
ironic_dnsmasq_serve_ipxe: true
ironic_dnsmasq_boot_file: "{% if ironic_dnsmasq_serve_ipxe | bool %}undionly.kpxe{% else %}pxelinux.0{% endif %}"
ironic_dnsmasq_uefi_ipxe_boot_file: "snponly.efi"
ironic_cleaning_network:
......
---
upgrade:
- |
The deprecated ``enable_ironic_ipxe`` has been removed. The iPXE still
works by default and it can be disabled by setting the more-aptly-named
``ironic_dnsmasq_serve_ipxe`` to ``false``.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment