summaryrefslogtreecommitdiff
path: root/releasenotes/notes/correct-source-path-handling-lookups-4ce2023a56372f10.yaml
blob: 10d270a45fa45a36bd2e3bebb6e173ce417aeddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.