summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-09-20 01:07:45 +0000
committerGerrit Code Review <review@openstack.org>2022-09-20 01:07:45 +0000
commit33d1d439d0c962f8ebc4564d3bdf79359dae8bc4 (patch)
tree4e5f060284bdd9ffdfbf20004e3edde822f09534 /releasenotes
parentb9af8e4ef326314297efbef71418bedcf3b402a6 (diff)
parent4d653ac225a26dd83e81477f9d1152fe385c64aa (diff)
downloadironic-33d1d439d0c962f8ebc4564d3bdf79359dae8bc4.tar.gz
Merge "Correct Image properties lookup for paths"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/correct-source-path-handling-lookups-4ce2023a56372f10.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/releasenotes/notes/correct-source-path-handling-lookups-4ce2023a56372f10.yaml b/releasenotes/notes/correct-source-path-handling-lookups-4ce2023a56372f10.yaml
new file mode 100644
index 000000000..10d270a45
--- /dev/null
+++ b/releasenotes/notes/correct-source-path-handling-lookups-4ce2023a56372f10.yaml
@@ -0,0 +1,16 @@
+---
+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 becaues the handling code falling back to the default
+ did not explicitly indicate it was a file URL before saving the
+ value.