Can not login Dashboard / Unable to find the server at mykeystoneurl
- by neo0
I installed Dashboard following this guide:
http://wiki.openstack.org/OpenStackDashboard
Everything fine, but when I run the server, I can not login with the username and password in DATABASE config in local_settings.py. Here's my config:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'dashboarddb',
…