summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPraveen Yalagandula <ypraveen@gmail.com>2014-06-11 23:13:51 +0000
committerPraveen Yalagandula <ypraveen@gmail.com>2014-06-11 23:13:51 +0000
commit1b83fda6b5c8f7447bd22a4b57858e527e8679df (patch)
treef14449bca85d6a2b1ce753f3813abfa4e46f50b4 /README.rst
parent03805cf55dd93bd1085955061655d1f9626d8f44 (diff)
downloaddjango_openstack_auth-1b83fda6b5c8f7447bd22a4b57858e527e8679df.tar.gz
Minor update to the readme file
The directory name seems to have changed from "keystone_auth" to "openstack_auth", but the readme still points to the old directory name. This patch fixes it. Change-Id: I11398e00d9f665e8079e8e2845bc81ffbc6a6966
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 805e1b9..523a21e 100644
--- a/README.rst
+++ b/README.rst
@@ -21,10 +21,10 @@ Installing is quick and easy:
#. Add ``openstack_auth`` to ``settings.INSTALLED_APPS``.
-#. Add ``'keystone_auth.backend.KeystoneBackend'`` to your
+#. Add ``'openstack_auth.backend.KeystoneBackend'`` to your
``settings.AUTHENTICATION_BACKENDS``, e.g.::
- AUTHENTICATION_BACKENDS = ('keystone_auth.backend.KeystoneBackend',)
+ AUTHENTICATION_BACKENDS = ('openstack_auth.backend.KeystoneBackend',)
#. Configure your API endpoint(s) in ``settings.py``::
@@ -39,4 +39,4 @@ Running The Tests
Download the repository and run::
- python setup.py test \ No newline at end of file
+ python setup.py test