django - Horizon fails to start -


i've followed guide: https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/identity_management_-keyrock-_installation_and_administration_guide

when run server get:

traceback (most recent call last):   file "manage.py", line 23, in <module>     execute_from_command_line(sys.argv)   file "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line     utility.execute()   file "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 392, in execute     self.fetch_command(subcommand).run_from_argv(self.argv)   file "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 261, in fetch_command     commands = get_commands()   file "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 107, in get_commands     apps = settings.installed_apps   file "/usr/lib/python2.6/site-packages/django/conf/__init__.py", line 54, in __getattr__     self._setup(name)   file "/usr/lib/python2.6/site-packages/django/conf/__init__.py", line 49, in _setup     self._wrapped = settings(settings_module)   file "/usr/lib/python2.6/site-packages/django/conf/__init__.py", line 132, in __init__     % (self.settings_module, e) importerror: not import settings 'openstack_dashboard.settings' (is on sys.path? there import error in settings file?): no module named oslo.utils 

i've tried using --pythonpath no avail. i've ran ./run_tests.sh , here results: http://pastebin.com/6i7ws5ej.

system: centos 6.5 x64, python 2.6.6

any idea how solve this? info might have forgotten don’t hesitate ask

edit: i've switched ubuntu 12 follow tutorial step step. got keystone running horizon still fails , gives me same error.

a fix committed on keyrock's github account.

here issue.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -