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
Hervé Beraud 11faa0e67d Fix linters and bindep on jammy
Bump linter requirements - follow the changes
made in keystone in commits
6dfde5b48b388e32e34a385c3a9ef48da7c7c49b and
5c71ebd7a92d25df83e2e7cc5fad9990e9eebbf5 in
order to fix compatibility with Python 3.10.

Remove python-dev from bindep - it's no longer
supported by jammy and lead us to the following
errors with the announce-release job:

```
No package matching 'python-dev' is available
```

Co-Authored-By: Herve Beraud <hberaud@redhat.com>
Change-Id: If687a2678733ce018bd31c602140f073ab1a1a65
6 months ago
doc remove unicode from code 1 year ago
keystoneauth1 Fix linters and bindep on jammy 6 months ago
releasenotes OAuth2.0 Client Credentials Grant Flow Support 9 months ago
.coveragerc Update coverage to keystoneauth1 8 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 Update python testing as per zed cycle teting runtime 1 year 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 Fix linters and bindep on jammy 6 months ago
requirements.txt Drop lower-constraints.txt and its testing 1 year ago
setup.cfg OAuth2.0 Client Credentials Grant Flow Support 9 months ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt Fix linters and bindep on jammy 6 months ago
tox.ini Fix linters and bindep on jammy 6 months 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: