2015-04-30 23:50:10 +00:00
|
|
|
Common Authentication Library for OpenStack Clients
|
|
|
|
===================================================
|
2015-04-28 20:12:16 +00:00
|
|
|
|
2015-04-30 23:50:10 +00:00
|
|
|
Keystoneauth provides a standard way to do authentication and service requests
|
|
|
|
within the OpenStack ecosystem. It is designed for use in conjunction with the
|
|
|
|
existing OpenStack clients and for simplifying the process of writing new
|
|
|
|
clients.
|
2015-04-28 20:12:16 +00:00
|
|
|
|
|
|
|
Contents:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
using-sessions
|
|
|
|
authentication-plugins
|
2015-11-03 00:49:52 +00:00
|
|
|
|
|
|
|
extras
|
2015-12-17 21:58:39 +00:00
|
|
|
migrating
|
2015-11-03 00:49:52 +00:00
|
|
|
|
2015-04-28 20:12:16 +00:00
|
|
|
api/modules
|
|
|
|
|
2015-09-25 04:27:04 +00:00
|
|
|
Release Notes
|
|
|
|
=============
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
history
|
|
|
|
|
2015-04-28 20:12:16 +00:00
|
|
|
Contributing
|
|
|
|
============
|
|
|
|
|
|
|
|
Code is hosted `on GitHub`_. Submit bugs to the Keystone project on
|
2015-04-30 08:23:47 +00:00
|
|
|
`Launchpad`_. Submit code to the ``openstack/keystoneauth`` project
|
2015-04-28 20:12:16 +00:00
|
|
|
using `Gerrit`_.
|
|
|
|
|
2015-04-30 08:23:47 +00:00
|
|
|
.. _on GitHub: https://github.com/openstack/keystoneauth
|
|
|
|
.. _Launchpad: https://launchpad.net/keystoneauth
|
2015-04-28 20:12:16 +00:00
|
|
|
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
|
|
|
|
2016-03-01 17:23:25 +00:00
|
|
|
Run tests with ``tox``.
|
2015-04-28 20:12:16 +00:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|