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
This commit is contained in:
Praveen Yalagandula 2014-06-11 23:13:51 +00:00
parent 03805cf55d
commit 1b83fda6b5
1 changed files with 3 additions and 3 deletions

View File

@ -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
python setup.py test