OpenStack Identity (Keystone)
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
Jenkins ab063791d3 Merge "Always return the service name in the catalog" 9 years ago
bin rename oslo.concurrency to oslo_concurrency 9 years ago
config-generator switch from sample_config.sh to oslo-config-generator 9 years ago
doc Update Inherited Role Assignment Extension section 9 years ago
etc update sample conf using latest oslo.conf 9 years ago
examples/pki Example JSON files should be human-readable 9 years ago
httpd Add V3 JSON Home support to GET / 9 years ago
keystone Merge "Always return the service name in the catalog" 9 years ago
rally-scenarios Add rally performance gate job for keystone 9 years ago
tools switch from sample_config.sh to oslo-config-generator 9 years ago
.coveragerc Add tests dir to the coverage omit list 10 years ago
.gitignore Sqlite files excluded from the repo 9 years ago
.gitreview Add .gitreview config file for gerrit. 12 years ago
.mailmap Merge "Update mailmap entry for Brant" 9 years ago
.testr.conf Keystoneclient tests from venv-installed client 9 years ago
CONTRIBUTING.rst Fix the section name in CONTRIBUTING.rst 9 years ago
HACKING.rst Details the proper way to call a callable 9 years ago
LICENSE Added Apache 2.0 License information. 11 years ago
MANIFEST.in Create TMPDIR for tests recursively 9 years ago
README.rst Update keystone readme to point to specs.o.org 9 years ago
babel.cfg setting up babel for i18n work 11 years ago
openstack-common.conf Remove unnecessary oslo incubator bits 9 years ago
requirements-py3.txt Updated from global requirements 9 years ago
requirements.txt Updated from global requirements 9 years ago
run_tests.sh Use bashate to run_tests.sh 9 years ago
setup.cfg switch from sample_config.sh to oslo-config-generator 9 years ago
setup.py Updated from global requirements 9 years ago
test-requirements-py3.txt Merge "Keystoneclient tests from venv-installed client" 9 years ago
test-requirements.txt Move to hacking 0.10 9 years ago
tox.ini Correct failures for H238 9 years ago

README.rst

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:

http://keystone.openstack.org/

The API specification and documentation are available at:

http://specs.openstack.org/openstack/keystone-specs/

The canonical client library is available at:

https://github.com/openstack/python-keystoneclient

Documentation for cloud administrators is available at:

http://docs.openstack.org/

The source of documentation for cloud administrators is available at:

https://github.com/openstack/openstack-manuals

Information about our team meeting is available at:

https://wiki.openstack.org/wiki/Meetings/KeystoneMeeting

Bugs and feature requests are tracked on Launchpad at:

https://bugs.launchpad.net/keystone

Future design work is tracked at:

http://specs.openstack.org/openstack/keystone-specs/#identity-program-specifications

Contributors are encouraged to join IRC (#openstack-keystone on freenode):

https://wiki.openstack.org/wiki/IRC

For information on contributing to Keystone, see CONTRIBUTING.rst.