Comment 2 for bug 1233929

Revision history for this message
Kevin Carter (kevin-carter) wrote :

This issue is resolved if you set :

ALLOWED_HOSTS = ['*']

In the local_settings.py file found in /etc/openstack_dashboard
It seems this setting is required in newer versions of Django.