ironic/releasenotes/notes/hexraw-support-removed-8e8fa07595a629f4.yaml
Ruby Loo cdd8d938f8 Remove support for 'hexraw' iPXE type
This removes support for "hexraw" type in the iPXE script
(boot.ipxe) since "hexraw" is not supported in older
versions of iPXE. "hexhyp" replaced "hexraw" and has been
used since kilo.

Also addresses a nit in the original patch
(https://review.openstack.org/#/c/171759/). For
_get_pxe_mac_path(),  changed the assigned value of
'delimiter' argument from None to '-' (because it
was coded to be '-' as the default).

Change-Id: Ide05ff7c4689cd696e2fe76be98ff99c0be24236
2016-05-30 11:04:23 -04:00

7 lines
210 B
YAML

---
upgrade:
- Removes support for "hexraw" type in the iPXE script
(boot.ipxe) since "hexraw" is not supported in older
versions of iPXE. "hexhyp" replaced "hexraw" and has
been used since kilo.