bae63fca37
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
7 lines
208 B
YAML
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.
|