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
Brant Knudson d03ed967dd
Keystone uwsgi performance tuning
7 years ago
api-ref/source Migrate identity /v3 docs from api-ref repo 7 years ago
config-generator Remove eventlet support 7 years ago
doc Keystone uwsgi performance tuning 7 years ago
etc Merge "Updating sample configuration file" 7 years ago
examples/pki Correct bashate issues in gen_pki.sh 8 years ago
httpd Keystone uwsgi performance tuning 7 years ago
keystone Merge "Move stray notification options into config module" 7 years ago
keystone_tempest_plugin Fix credentials_factory method call 7 years ago
rally-jobs [rally] remove deprecated arg 8 years ago
releasenotes remove deprecated revoke_by_expiration function 7 years ago
tools Remove helper script for py34 7 years ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore Migrate identity /v3 docs from api-ref repo 7 years ago
.gitreview Add .gitreview config file for gerrit. 12 years ago
.mailmap update mailmap with gyee's new email 7 years ago
.testr.conf Stop using oslotest.BaseTestCase 7 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 Add .mo files to MANIFEST.in 7 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
other-requirements.txt Add other-requirements.txt 7 years ago
requirements.txt Updated from global requirements 7 years ago
setup.cfg Move stray notification options into config module 7 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Updated from global requirements 7 years ago
tox.ini PEP257: Ignore D203 because it was deprecated 7 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.