keystoneauth/releasenotes/notes/bug-1733052-1b4af3b3fe1b05bb.yaml
wangxiyuan 323f4e4bc4 Add netloc and version check for version discovery
If the url netloc in the catalog and service's response
are not the same, we should choose the catalog's and
add the version info to it if needed.

Change-Id: If78d368bd505156a5416bb9cbfaf988204925c79
Closes-bug: #1733052
2018-07-19 10:18:44 +08:00

8 lines
288 B
YAML

---
fixes:
- >
[`bug 1733052 <https://bugs.launchpad.net/keystoneauth/+bug/1733052>`_]
Now the version discovery mechanism only fetches the version info from
server side if the versioned url has been overrode. So that the request
url's path won't be changed completely.