What is the Django admin password?

Asked by nateaune

It's not clear to me from the docs how to login to the Horizon dashboard. Does the un/pw get set during the initialization?
I don't see a DATABASES setting in either settings.py or local/local_settings.py.

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Gabriel Hurley (gabriel-hurley) said :
#1

The OpenStack Dashboard uses Keystone for authentication. You can log in with any user in Keystone that's been granted roles on a project.

Horizon (the framework part) is compatible with Django's default contrib.auth backend, but OpenStack Dashboard (the OpenStack-specific reference implementation) only works with Keystone since it's meant to manage an OpenStack cloud.

Can you help with this problem?

Provide an answer of your own, or ask nateaune for more information if necessary.

To post a message you must log in.