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
Alex Oughton e3009ab365
Disables TCP_KEEPCNT when using Windows Subsystem for Linux
7 years ago
doc Improve authentication plugins documentation 7 years ago
keystoneauth1 Disables TCP_KEEPCNT when using Windows Subsystem for Linux 7 years ago
releasenotes Disables TCP_KEEPCNT when using Windows Subsystem for Linux 7 years ago
.coveragerc Update coverage to keystoneauth1 7 years ago
.gitignore Add release notes for keystoneauth 7 years ago
.gitreview Initial Split of python-keystoneclient to keystoneauth 8 years ago
.mailmap Add mailmap entry 9 years ago
.testr.conf Move to the keystoneauth1 namespace 8 years ago
CONTRIBUTING.rst Initial Split of python-keystoneclient to keystoneauth 8 years ago
HACKING.rst Initial Split of python-keystoneclient to keystoneauth 8 years ago
LICENSE Initial Split of python-keystoneclient to keystoneauth 8 years ago
MANIFEST.in Migrate to pbr. 10 years ago
README.rst Fix PyPI badges 7 years ago
requirements.txt Updated from global requirements 7 years ago
setup.cfg Update the home-page in setup.cfg 7 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Updated from global requirements 7 years ago
tox.ini Don't include openstack/common in flake8 exclude list 7 years ago

README.rst

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: