ironic/releasenotes/notes/ipxe-use-swift-5ccf490daab809cc.yaml
Jim Rollenhagen 82c2a06a97 Clean up release notes for 6.2.0
This is cleaned up as of commit
2351d624ae, and should be sufficient for
the final release. If something else with a release note lands, we can
make any changes there in a later patch.

Change-Id: Ia1ef442f3cc0d64c8a7c6fbb5aaf3f0160f214de
2016-09-21 15:15:52 -04:00

13 lines
662 B
YAML

---
features:
- By default, the ironic-conductor service caches the node's deploy
ramdisk and kernel images locally and serves them via a separate
HTTP server. A new ``[pxe]/ipxe_use_swift`` configuration option
(disabled by default) allows images to be accessed directly
from object store via Swift temporary URLs.
This is only applicable if iPXE is enabled (via ``[pxe]/ipxe_enabled``
configuration option) and image store is in Glance/Swift.
For user images that are partition images requiring non-local boot,
the default behavior with local caching and an HTTP server
will still apply for user image kernel and ramdisk.