07a6d14919
Correct the location of the documents and only publish middleware documentation.
35 lines
854 B
ReStructuredText
35 lines
854 B
ReStructuredText
Python Middleware for OpenStack Identity API (Keystone)
|
|
=======================================================
|
|
|
|
This is the middleware provided for integrating with the OpenStack
|
|
Identity API and handling authorization enforcement based upon the
|
|
data within the OpenStack Identity tokens.
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
middlewarearchitecture
|
|
|
|
Contributing
|
|
============
|
|
|
|
Code is hosted `on GitHub`_. Submit bugs to the Keystone project on
|
|
`Launchpad`_. Submit code to the ``openstack/keystonemiddleware`` project
|
|
using `Gerrit`_.
|
|
|
|
.. _on GitHub: https://github.com/openstack/keystonemiddleware
|
|
.. _Launchpad: https://launchpad.net/keystonemiddleware
|
|
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
|
|
|
|
Run tests with ``python setup.py test``.
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|