Changed the name of the app from keystone_auth to openstack_auth in the installation instructions Removed the redudant installation instructions in README.rst Change-Id: If97c93a446754573bd6fb55b15cb4c881ad1f4e6
18 lines
658 B
ReStructuredText
18 lines
658 B
ReStructuredText
=====================
|
|
Django OpenStack Auth
|
|
=====================
|
|
|
|
Django OpenStack Auth is a pluggable Django authentication backend that
|
|
works with Django's ``contrib.auth`` framework to authenticate a user against
|
|
OpenStack's Keystone Identity API.
|
|
|
|
The current version is designed to work with the Keystone v2.0 and v3 API.
|
|
|
|
You can `view the documentation`_ on Read The Docs.
|
|
|
|
.. _view the documentation: http://django-openstack-auth.readthedocs.org/en/latest/
|
|
|
|
You can `view the installation instructions`_ on Read The Docs.
|
|
|
|
.. _view the installation instructions: http://django-openstack-auth.readthedocs.org/en/latest/installation.html#installation
|