ironic/releasenotes/notes/configdrive-support-in-anaconda-deploy-f2aad59b4ff809ec.yaml
Riccardo Pittau f095a94787 Prepare 18.1 and clean up release notes
Change-Id: I8f33eefdce7a60fa8e48225ec20a801b3d1222f0
2021-07-21 19:19:43 +02:00

10 lines
449 B
YAML

---
features:
- |
The anaconda deploy interface now handles config drive. The config drive
contents are written to the disk in the /var/lib/cloud/seed/config_drive
directory by the driver via kickstart files %post section. cloud-init
picks up the the config drive information and processes them.
Because the config drive is extracted on to disk as plain text files,
tools like glean do not work with this deploy interface.