
The auth plugin from the keystoneclient-kerberos repository is copied to this package. It was in its own repository because it requires the requests-kerberos package and we want to minimize requirements in keystoneauth (or keystoneclient at the time the plugin was originally developed). Since we've got support for "extras" in setup.cfg in pip now this isn't an issue with the package anymore. Users of the kerberos plugin must install the extra packages using $ pip install keystoneauth['kerberos'] otherwise the plugin will fail to load. Closes-Bug: 1512741 Change-Id: Ia84bf559413e9bfd1a3faaceb417c2477bd10d5f
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: http://docs.openstack.org/developer/keystoneauth
- Source: http://git.openstack.org/cgit/openstack/keystoneauth
- Bugs: http://bugs.launchpad.net/keystoneauth
Description
Languages
Python
100%