[Openstack] horizon/keystone

Julie Pichon jpichon at redhat.com
Mon Feb 25 15:21:16 UTC 2013


"Mballo Cherif" <Cherif.Mballo at gemalto.com> wrote:
> Hello everybody !
> I need to understand how does horizon use keystone to authenticate
> user in dashboard?
> What is really the interaction with horizon and keystone?
> I am looking the horizon code but it's not easy to understand.
> 
> Thanks you for your help!
> 
> Sherif.

Hi Sherif. Horizon uses a separate plug-in for authentication that you can find on GitHub: https://github.com/gabrielhurley/django_openstack_auth/ . The code you're looking for probably is in the authenticate() method at openstack_auth/backend.py.

https://github.com/gabrielhurley/django_openstack_auth/blob/master/openstack_auth/backend.py#L56

Hope this helps,

Julie




More information about the Openstack mailing list