OpenStack Identity (Keystone)
You can not 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
zhang.lei 4a13b924e2
Update sample catalog templates
7 years ago
config-generator switch to oslo.cache 8 years ago
doc Merge "Update Configuring Keystone doc for consistency" 8 years ago
etc Update sample catalog templates 7 years ago
examples/pki Correct bashate issues in gen_pki.sh 8 years ago
httpd Merge "Document httpd for accept on /identity, /identity_admin" 8 years ago
keystone Merge "Promote an arbitrary string to be a docstring" 8 years ago
rally-jobs Add more Rally scenarios 8 years ago
tools Merge "Remove all traces of oslo incubator" 8 years ago
.coveragerc Change ignore-errors to ignore_errors 8 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 Move existing tests to unit 8 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 8 years ago
HACKING.rst Use oslo.log instead of incubator 8 years ago
LICENSE Added Apache 2.0 License information. 11 years ago
MANIFEST.in Update MANIFEST.in 8 years ago
README.rst Replace github reference by git.openstack.org and change a doc link 8 years ago
babel.cfg setting up babel for i18n work 11 years ago
bandit.yaml Enable subprocess_without_shell_equals_true Bandit test 8 years ago
requirements.txt Updated from global requirements 8 years ago
setup.cfg Create a version package 8 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Add docstring validation 8 years ago
tox.ini Fix D204: blank line required after class docstring (PEP257) 8 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://docs.openstack.org/developer/keystone/

The API specification and documentation are available at:

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

The canonical client library is available at:

https://git.openstack.org/cgit/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://git.openstack.org/cgit/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.