Monty Taylor 2585047ffc
Protect against endpoint_data not existing
It's possible in get_api_major_version that the endpoint in question is
not found at all. In that case, we are documented to return None, but
what we do instead is throw an exception trying to get data off of the
None object.

Change-Id: I06ad497854f4e95a1a2a4a93241b244fc476b139
2018-09-11 16:18:40 -06:00
2018-03-23 01:02:37 +00:00
2015-12-09 11:46:00 +11:00
2017-09-20 15:47:15 -05:00
2014-05-07 12:12:43 -07:00
2017-09-20 15:47:15 -05:00
2018-04-19 09:54:28 +02:00
2018-04-19 09:54:28 +02:00
2017-09-20 15:47:15 -05:00
2018-08-15 15:47:52 +08:00
2018-04-19 09:54:28 +02:00
2017-03-08 22:46:11 +00:00
2018-06-06 15:27:00 -04:00

Team and repository tags

image

keystoneauth

Latest Version

Downloads

This package contains tools for authenticating to an OpenStack-based cloud. These tools include:

  • Authentication plugins (password, token, and federation based)
  • Discovery mechanisms to determine API version support
  • A session that is used to maintain client settings across requests (based on the requests Python library)

Further information:

Description
OpenStack Identity Authentication Library
Readme 12 MiB
Languages
Python 100%