manila/releasenotes/notes/bug-1815038-extend-remove_version_from_href-support-ea479daaaf5c5700.yaml
Victoria Martinez de la Cruz 6d970b7375 Extend remove_version_from_href support
Improve remove_version_from_href so that it supports URLs for which
the version does not directly trail the hostname

Given: 'http://manila.example.com/share/v1.1/123'
Returns: 'http://manila.example.com/share/123'

Based on I8ccc449116ff164aacc0aefca3a0ec2ac8f73aa8

Change-Id: I13010d3ee0a83a67204145837503abe7126263cd
Closes-Bug: #1815038
2019-02-24 18:40:53 +00:00

7 lines
213 B
YAML

---
fixes:
- |
`Launchpad bug 1815038 <https://bugs.launchpad.net/manila/+bug/1815038>`_
has been fixed and now we correctly parse the base URL from manila's
endpoint url, accounting for proxy URLs.