From 1b83fda6b5c8f7447bd22a4b57858e527e8679df Mon Sep 17 00:00:00 2001 From: Praveen Yalagandula Date: Wed, 11 Jun 2014 23:13:51 +0000 Subject: [PATCH] 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 --- README.rst | 6 +++--- 1 file 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