summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-filename-param-from-vmedia-url-bf4773ede44f2206.yaml
blob: 685f98a6992c531b56d1c7072cb88569c90c134d (plain)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Removing `?filename=file.iso` suffix from the virtual media image URL
    when the image is a regular file due to incompatibility with SuperMicro
    X12 machines which do not accept special characters such as `=` or `?`
    in the URL. Historically, this suffix was being added to improve
    compatibility with those BMCs which require `.iso` suffix in the URL
    while using swift as the image store. Old behaviour will remain for swift
    backed images.