Merge "Minor update to the readme file"

This commit is contained in:
Jenkins
2014-07-02 11:15:41 +00:00
committed by Gerrit Code Review

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