ironic/releasenotes/notes/fix-path-a3a0cfd2c135ace9.yaml
Derek Higgins 3e39d7becb 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
(cherry picked from commit 59e766b3fd)
2019-12-16 14:18:33 +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).