3ffee23599
The sample configuration file is almost never up to date as it has to be updated by a person submitting a patch. The implementation of published autogenerated sample config files in documentation was done in I88a2429dd3cacd1d014b5b441b98fbfee7e1e208 and in If00cd3bcc654a45944c0bc8b3f146c75bd970f9a. These generate sample configuration files and publish them in the documentation on every commit, ensuring that they are always up to date, and not requiring human intervention to be updated. As has been done with nova (in Mitaka), cinder (in Newton), and neutron (in Newton) this patch removes the sample config file from the git tree and replaces it with a README file explaining how to generate them, or where to find the latest published versions in the online documentation. This commit also breaks a related testcase into two distinct tests for easier readability, making it clearer what the behavior is through one assertion/concept per test. Depends-On: https://review.openstack.org/#/c/562007/ Change-Id: Ic4d6a98035f59b6ebe48d9c85af50fc9408fc3ab |
||
---|---|---|
api-ref/source | ||
config-generator | ||
devstack | ||
doc | ||
etc | ||
examples/pki | ||
httpd | ||
keystone | ||
keystone_tempest_plugin | ||
playbooks/legacy | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
OpenStack Keystone
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:
https://git.openstack.org/cgit/openstack/python-keystoneclient
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:
Bugs and feature requests are tracked on Launchpad at:
Future design work is tracked at:
Contributors are encouraged to join IRC
(#openstack-keystone
on freenode):
For information on contributing to Keystone, see
CONTRIBUTING.rst
.