python-manilaclient/releasenotes/notes/bug-1814094-fix-_get_base_url-method-168e12292aeec8f1.yaml
Victoria Martinez de la Cruz cb1ac1ad91 Fix get_base_url
get_base_url method makes assumptions on how the
base URL should look like and trims it up to the
host IP. This change modifies how the base endpoint
is processed so we get the correct values.

Change-Id: Ie01b02f2e731e25fd4032436d3fa106da03af242
Closes-Bug: #1814094
2019-02-05 18:38:10 +00:00

7 lines
235 B
YAML

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