
Add keyword option to get_version_data() to allow passing of the version header so that we can get the microversions. Specifically, this is so that we can re-use this function in barbican, which recently implemented microversions, but doesn't return them by default, for backward compatibility with old clients. Change-Id: I909750381a559f9dc61650c9f98c88d4481012b7
Team and repository tags
keystoneauth
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:
- Free software: Apache license
- Documentation: https://docs.openstack.org/keystoneauth/latest/
- Source: https://opendev.org/openstack/keystoneauth
- Bugs: https://bugs.launchpad.net/keystoneauth
- Release notes: https://docs.openstack.org/releasenotes/keystoneauth/
Description
Languages
Python
100%