
pyupgrade is a tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language. It helps getting rid of syntax required for older python versions not supported anymore and prepare us for easier support of newer python versions. The tool is already used in some other OpenStack projects, so it is time to start using it also for Keystone. The change is generated by uncommenting the pre-commit hook and executing `pre-commit run -a` to convert the data. The same could be also achieved by simply trying to commit and adding converted files in few iterations. Change-Id: Ia1f64709e57ebb4e44db128bfea4c5957b2071df
OpenStack Keystone
OpenStack Keystone provides authentication, authorization and service discovery mechanisms via HTTP primarily for use by projects in the OpenStack family. It is most commonly deployed as an HTTP interface to existing identity systems, such as LDAP.
Developer documentation, the source of which is in
doc/source/
, is published at:
The API reference and documentation are available at:
The canonical client library is available at:
Documentation for cloud administrators is available at:
The source of documentation for cloud administrators is available at:
Information about our team meeting is available at:
Release notes is available at:
Bugs and feature requests are tracked on Launchpad at:
Future design work is tracked at:
Contributors are encouraged to join IRC
(#openstack-keystone
on OFTC):
Source for the project:
For information on contributing to Keystone, see
CONTRIBUTING.rst
.