openstacksdk/releasenotes/notes/fix-endpoint-override-ac41baeec9549ab3.yaml
Monty Taylor b9be78d550
Honor endpoint_override for get_session_client
get_session_client is not passing endpoint_override settings to the
Adapter constructor causing the setting to be ignored. Pass the setting
in as a parameter.

Change-Id: I1e57579291a3943fca090100b43905f71b2daab4
2018-05-01 07:32:48 -05:00

6 lines
152 B
YAML

---
fixes:
- |
Fixed issue where ``endpoint_override`` settings were not getting passed
to the Adapter constructor in ``get_session_client``.