Failed to open DataSource/Plugins.. page in savanna dashboard
Hi team,
my env: RHEL6.4 OpenStack version : Havana
[root@xianghui openstack_dashboard]# rpm -qa|grep savanna python-django-savanna-0.3-0.2.el6.noarch python-savannaclient-0.3-0.2.noarch openstack-savanna-0.3-0.2.el6.noarch
My configurations are as below: [DEFAULT] verbose=True debug=True log_dir=/var/log/savanna log_file=savanna.log
REST API config
#port=8386
Address and credentials that will be used to check auth tokens
os_auth_host=127.0.0.1 os_auth_port=35357 os_admin_username=admin os_admin_password=79e82b9223d34a56 os_admin_tenant_name=admin
plugins=vanilla,hdp [plugin:vanilla] plugin_class=savanna.plugins.vanilla.plugin:VanillaProvider [plugin:hdp] plugin_class=savanna.plugins.hdp.ambariplugin:AmbariPlugin
[database]
URL for sqlalchemy database (string value)
connection=sqlite:////var/lib/savanna/savanna-server.db
After all the configuration are completed, a cluster can be created, but the following items in savanna dashboard can't be opened. Jobs Job Binaries Data Sources Plugins
When opening "Plugins", it reports:
[Sun Oct 20 08:27:08 2013] [error] DeprecationWarning: Translations in the project directory aren't supported anymore. Use the LOCALE_PA THS setting instead.DeprecationWarning: Authentication backends without a supports_inactive_user
attribute are deprecated. Please defi ne it in <class 'openstack_auth.backend.keystonebackend'="">.ERROR:django.request:Internal Server Error: /dashboard/savanna/plugins/
[Sun Oct 20 08:27:08 2013] [error] Traceback (most recent call last):
[Sun Oct 20 08:27:08 2013] [error] File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 136, in get_response
[Sun Oct 20 08:27:08 2013] [error] response = response.render()
[Sun Oct 20 08:27:08 2013] [error] File "/usr/lib/python2.6/site-packages/django/template/response.py", line 104, in render
[Sun Oct 20 08:27:08 2013] [error] self._set_content(self.rendered_content)
[Sun Oct 20 08:27:08 2013] [error] File "/usr/lib/python2.6/site-packages/django/template/response.py", line 81, in rendered_content
[Sun Oct 20 08:27:08 2013] [error] content = template.render(context)
[Sun Oct 20 08:27:08 2013] [error] File "/usr/lib/python2.6/site-packages/django/template/base.py", line 140, in render
[Sun Oct 20 08:27:08 2013] [error] return self._render(context)
[Sun Oct 20 08:27:08 2013] [error] File "/usr/lib/python2.6/site-packages/django/template/base.py", line 134, in _render
[Sun Oct 20 08:27:08 2013] [error] return self.nodelist.render(context)
[Sun Oct 20 08:27:08 2013] [error] File "/usr/lib/python2.6/site-packages/django/template/base.py", line 823, in render
[Sun Oct 20 08:27:08 2013] [error] bit = self.render_node(node, context)
[Sun Oct 20 08:27:08 2013] [error] File "/usr/lib/python2.6/site-packages/django/template/base.py", line 837, in render_node
[Sun Oct 20 08:27:08 2013] [error] return node.render(context)
[Sun Oct 20 08:27:08 2013] [error] File "/usr/lib/python2.6/site-packages/django/template/loader_tags.py", line 123, in render
[Sun Oct 20 08:27:08 2013] [error] return compiled_parent._render(context)
[Sun Oct 20 08:27:08 2013] [error] File "/usr/lib/python2.6/site-packages/django/template/base.py", line 134 ...