solum_dashboard initialization failed

Bug #1586965 reported by caowei
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Solum
New
Undecided
Unassigned

Bug Description

2016-05-30 08:53:21.356478 INFO:root:Parameter OPENSTACK_ENDPOINT_TYPE is not found in local_settings.py, using default "internalURL"
2016-05-30 08:53:21.370596 Internal Server Error: /dashboard/solum/
2016-05-30 08:53:21.370636 Traceback (most recent call last):
2016-05-30 08:53:21.370643 File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 132, in get_response
2016-05-30 08:53:21.370656 response = wrapped_callback(request, *callback_args, **callback_kwargs)
2016-05-30 08:53:21.370659 File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py", line 36, in dec
2016-05-30 08:53:21.370661 return view_func(request, *args, **kwargs)
2016-05-30 08:53:21.370664 File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py", line 52, in dec
2016-05-30 08:53:21.370666 return view_func(request, *args, **kwargs)
2016-05-30 08:53:21.370668 File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py", line 36, in dec
2016-05-30 08:53:21.370670 return view_func(request, *args, **kwargs)
2016-05-30 08:53:21.370672 File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 71, in view
2016-05-30 08:53:21.370675 return self.dispatch(request, *args, **kwargs)
2016-05-30 08:53:21.370677 File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 89, in dispatch
2016-05-30 08:53:21.370679 return handler(request, *args, **kwargs)
2016-05-30 08:53:21.370682 File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/tables/views.py", line 215, in get
2016-05-30 08:53:21.370684 handled = self.construct_tables()
2016-05-30 08:53:21.370687 File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/tables/views.py", line 206, in construct_tables
2016-05-30 08:53:21.370689 handled = self.handle_table(table)
2016-05-30 08:53:21.370692 File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/tables/views.py", line 121, in handle_table
2016-05-30 08:53:21.370694 data = self._get_data_dict()
2016-05-30 08:53:21.370696 File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/tables/views.py", line 243, in _get_data_dict
2016-05-30 08:53:21.370700 self._data = {self.table_class._meta.name: self.get_data()}
2016-05-30 08:53:21.370702 File "/opt/stack/solum-dashboard/solumdashboard/applications/views.py", line 32, in get_data
2016-05-30 08:53:21.370705 solum = solumclient(self.request)
2016-05-30 08:53:21.370707 File "/opt/stack/solum-dashboard/solumdashboard/api/client.py", line 64, in client
2016-05-30 08:53:21.370709 auth_url=auth_url)
2016-05-30 08:53:21.370712 File "/opt/stack/python-solumclient/solumclient/client.py", line 37, in Client
2016-05-30 08:53:21.370714 http_client = client.HTTPClient(keystone_auth, **other_kwargs)
2016-05-30 08:53:21.370717 TypeError: __init__() got an unexpected keyword argument 'service_type'

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.