Files
keystoneauth/keystoneauth1
Dmitry Tantsur 981a19bba1 Correct major version discovery for non-keystone plugins
When a non-keystone plugin is used together with an unversioned endpoint,
we give up on discovery before figuring out both major version and
the correct endpoint. This is because get_endpoint_data is called with
discover_versions=False, so discovery assumes we have all information
already. It may be an issue in discovery itself, but I'm afraid to
touch that code. Instead, if get_endpoint_data returns no API version
with discover_versions=False, try with discover_versions=True, which
matches what the identity plugins do.

Also increase the unit test coverage.

Change-Id: Ie623931b150748d7759cf276e0023a2f06a8d4db
2020-07-31 11:32:26 +02:00
..
2020-03-31 20:11:31 +02:00
2020-03-31 20:11:31 +02:00
2020-03-31 20:11:31 +02:00
2020-05-29 17:17:11 -05:00
2016-10-11 14:14:40 +11:00
2020-05-29 17:17:11 -05:00