os-client-config/releasenotes/notes/make-rest-client-version-discovery-84125700f159491a.yaml
Monty Taylor 3e66722b29
Update make_rest_client to work with version discovery
Using make_rest_client on clouds that put unversioned endpoints in the
catalog results in incorrectly set up adapters.

Add the plumbing to get_session_client to pass version args to
keystoneauth. Then use that from make_rest_client.

Change-Id: I69ad746f672ef0b12680e9db3c7b0c691c9f87e4
2017-10-18 15:49:23 +02:00

7 lines
208 B
YAML

---
features:
- Add version argument to make_rest_client and plumb
version discovery through get_session_client so that
versioned endpoints are properly found if unversioned
are in the catalog.