Unable to launch Horizon Dashboard
When I attempt to launch dashboard, I am getting 500 internal server error. PLease see the error logs below.
root@Controller-1:/var/log/apache2# tail -f error.log
[Wed Jun 28 17:40:06.907356 2017] [wsgi:error] [pid 5718:tid 140270968366848] [remote 138.85.226.42:22119] File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
[Wed Jun 28 17:40:06.907370 2017] [wsgi:error] [pid 5718:tid 140270968366848] [remote 138.85.226.42:22119] mod = importlib.import_module(self.SETTINGS_MODULE)
[Wed Jun 28 17:40:06.907381 2017] [wsgi:error] [pid 5718:tid 140270968366848] [remote 138.85.226.42:22119] File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
[Wed Jun 28 17:40:06.907423 2017] [wsgi:error] [pid 5718:tid 140270968366848] [remote 138.85.226.42:22119] __import__(name)
[Wed Jun 28 17:40:06.907436 2017] [wsgi:error] [pid 5718:tid 140270968366848] [remote 138.85.226.42:22119] File "/usr/share/openstack-dashboard/openstack_dashboard/settings.py", line 335, in <module>
[Wed Jun 28 17:40:06.907575 2017] [wsgi:error] [pid 5718:tid 140270968366848] [remote 138.85.226.42:22119] from local.local_settings import * # noqa
[Wed Jun 28 17:40:06.907627 2017] [wsgi:error] [pid 5718:tid 140270968366848] [remote 138.85.226.42:22119] File "/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py", line 67
[Wed Jun 28 17:40:06.907637 2017] [wsgi:error] [pid 5718:tid 140270968366848] [remote 138.85.226.42:22119] OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
[Wed Jun 28 17:40:06.907642 2017] [wsgi:error] [pid 5718:tid 140270968366848] [remote 138.85.226.42:22119] ^
[Wed Jun 28 17:40:06.907657 2017] [wsgi:error] [pid 5718:tid 140270968366848] [remote 138.85.226.42:22119] SyntaxError: invalid syntax
can you post your settings file? What if you comment out OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT and/or the variable after?
I tried commenting out OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT. When that is done. The error does to next variable.
Perhaps you should check the line BEFORE that then. There is obviously a syntax error in your settings.py.
You can share the settings file in paste.openstack.org.