ironic/releasenotes/notes/fix-path-a3a0cfd2c135ace9.yaml
Derek Higgins 59e766b3fd Fix use of urlparse.urljoin
This method only joins the first two parameters, the 3rd parameter
is a bool "allow_fragments". Passing in "object_name" as the third
param resulted in it getting lost. Use os.path.join instead.

Change-Id: I49506b2671465bf43ae346225919d4a0e6767b20
2019-12-12 20:51:56 +00:00

6 lines
123 B
YAML

---
fixes:
- |
Fix path used to virtual media iso, when served over
local HTTP server([redfish]use_swift=false).