OpenStack Identity Authentication Library
You cannot 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
Zuul 23afb2d631 Merge "add python 3.7 unit test job" 4 years ago
doc Replacing the HTTP protocal with HTTPS in using-sessions.rst. 5 years ago
keystoneauth1 Merge "Add support for client-side rate limiting" 4 years ago
releasenotes Merge "Add support for client-side rate limiting" 4 years ago
.coveragerc Update coverage to keystoneauth1 8 years ago
.gitignore Migrate to stestr 6 years ago
.gitreview Initial Split of python-keystoneclient to keystoneauth 8 years ago
.mailmap Add mailmap entry 9 years ago
.stestr.conf Migrate to stestr 6 years ago
.zuul.yaml Merge "add python 3.7 unit test job" 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 add release notes to readme.rst 5 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 Drop py35 jobs 4 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Remove os-testr from requirements 5 years ago
tox.ini Drop py35 jobs 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: