OpenStack Identity Authentication Library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Adrian Turjak 6a69e4dfbd
add support for auth_receipts and multi-method auth
4 years ago
doc add support for auth_receipts and multi-method auth 4 years ago
keystoneauth1 add support for auth_receipts and multi-method auth 4 years ago
releasenotes add support for auth_receipts and multi-method auth 4 years ago
.coveragerc Update coverage to keystoneauth1 7 years ago
.gitignore Migrate to stestr 6 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Add mailmap entry 9 years ago
.stestr.conf Migrate to stestr 6 years ago
.zuul.yaml Add Python 3 Train unit tests 4 years ago
CONTRIBUTING.rst Use https for *.openstack.org references 6 years ago
HACKING.rst Migrate to stestr 6 years ago
LICENSE Initial Split of python-keystoneclient to keystoneauth 8 years ago
README.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
bindep.txt add lower-constraints job 5 years ago
lower-constraints.txt Remove os-testr from requirements 5 years ago
requirements.txt Implement service_type alias lookups 5 years ago
setup.cfg add support for auth_receipts and multi-method auth 4 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Cap bandit 4 years ago
tox.ini Add Python 3 Train unit tests 4 years ago

README.rst

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: