ironic/releasenotes/notes/rename-iso-builder-func-46694ed6ded84f4a.yaml
Ilya Etingof 9be7380e11 Rename create_isolinux_image_for_uefi function as misleading
The new name is `create_esp_image_for_uefi` which reflects
what's actually going on under the hood.

Change-Id: Ia9ac85fb2a450c9b5d009f10d82ab12c8ccd9a9d
2020-02-21 18:35:17 +01:00

7 lines
209 B
YAML

---
fixes:
- |
Renames misleadingly named `images.create_isolinux_image_for_uefi`
function into `images.create_esp_image_for_uefi`. The new name
reflects what's actually going on under the hood.