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
Goutham Pacha Ravi 112bcae1fb
Specify manila microversion header
2 years ago
doc Fix docs builds for modern stevedors 3 years ago
keystoneauth1 Specify manila microversion header 2 years ago
releasenotes Merge "Update master for stable/victoria" 2 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 Drop python 3.5 support 3 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 Update lower-constraints versions 3 years ago
requirements.txt Fix misspell word 4 years ago
setup.cfg Merge "Drop python 3.5 support" 3 years ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt Update lower-constraints versions 3 years ago
tox.ini Drop python 3.5 support 3 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: