ironic/releasenotes/notes/correct-source-path-handling-lookups-4ce2023a56372f10.yaml
Sharpz7 949387bd80 [codespell] Fixing Spelling Mistakes
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent.

Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame.

Change-Id: Id328ff64c352e85b58181e9d9e35973a8706ab7a
2024-02-12 19:58:56 +00:00

17 lines
691 B
YAML

---
fixes:
- |
Fixes an issue where image information retrieval would fail when a
path was supplied when using the ``anaconda`` deploy interface,
as `HTTP` ``HEAD`` requests on a URL path have no ``Content-Length``.
We now consider if a path is used prior to attempting to collect
additional configuration data from what is normally expected to
be Glance.
- |
Fixes an issue where the fallback to a default kickstart template
value would result in error indicating
"Scheme-less image href is not a UUID".
This was because the handling code falling back to the default
did not explicitly indicate it was a file URL before saving the
value.