
With the new release of SQLAlchemy(1.4.27) TypeDecorator used in common/sql/core.py file started failing (below error). I am not sure if it is valid issue in SQLAlchemy or in our code base and we need to blacklist the SQLAlchemy 1.4.27 version in requirements. But to unblock the gate let's exclude it from sphinx-apidoc target. Error: Warning, treated as error: /opt/stack/keystone/keystone/common/sql/core.py:docstring of keystone.common.sql.core.DateTimeInt.process_bind_param:19:undefined label: types_typedecorator -https: //zuul.opendev.org/t/openstack/build/b2ee464fa1554cb89dc8873486865151 Change-Id: I7de055c2b266430bf886e200c3d8829a48ae9600
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
.