ironic/releasenotes/notes/adds-kickstart-auto-url-in-template-9f716c244adff159.yaml
Julia Kreger 5c1dd47e6c Add kickstart template 'url' option
To use a source as a path with the anaconda deployment interface,
the kickstart template needs to utilize a 'url' command as opposed
to a second stage ramdisk.

This allows a seamless automatic switch without a customized
kickstart template to just use a URL.

Change-Id: I31febd4e131ed0cc1b37adb9318be8cb17136a68
2022-08-17 12:57:57 -07:00

6 lines
157 B
YAML

---
features:
- |
Adds an automatic switch to ``url`` for the kickstart template when
the source is a URL path as opposed to a ``stage2`` ramdisk.