Hi, Looking at the log, it seems like the auth key for cinder does not exist.
>From the python docs, exception KeyError is raised when a mapping (dictionary) key is not found in the set of existing keys. So, please check the cinder installation and setup. Also, cinder logs might give you a better understanding on this problem. Thanks. Regards, Nitish B. On Fri, Sep 19, 2014 at 5:21 PM, Stephane EVEILLARD < [email protected]> wrote: > hello > > I'm still having troubles with my openstack install > after installling cinder, I've got the "something went wrong" in horizon > and everything went back in order when stopping > openstack-cinder-api and > openstack-cinder-scheduler services > > in /var/log/httpd/error_log I ve got > > [Fri Sep 19 11:42:02 2014] [error] Internal Server Error: /dashboard/admin/ > [Fri Sep 19 11:42:02 2014] [error] Traceback (most recent call last): > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 109, > in get_response > [Fri Sep 19 11:42:02 2014] [error] response = callback(request, > *callback_args, **callback_kwargs) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/horizon/decorators.py", line 38, in dec > [Fri Sep 19 11:42:02 2014] [error] return view_func(request, *args, > **kwargs) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/horizon/decorators.py", line 86, in dec > [Fri Sep 19 11:42:02 2014] [error] return view_func(request, *args, > **kwargs) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/horizon/decorators.py", line 54, in dec > [Fri Sep 19 11:42:02 2014] [error] return view_func(request, *args, > **kwargs) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/horizon/decorators.py", line 38, in dec > [Fri Sep 19 11:42:02 2014] [error] return view_func(request, *args, > **kwargs) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/horizon/decorators.py", line 86, in dec > [Fri Sep 19 11:42:02 2014] [error] return view_func(request, *args, > **kwargs) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/django/views/generic/base.py", line 48, > in view > [Fri Sep 19 11:42:02 2014] [error] return self.dispatch(request, > *args, **kwargs) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/django/views/generic/base.py", line 69, > in dispatch > [Fri Sep 19 11:42:02 2014] [error] return handler(request, *args, > **kwargs) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/horizon/tables/views.py", line 154, in get > [Fri Sep 19 11:42:02 2014] [error] handled = self.construct_tables() > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/horizon/tables/views.py", line 145, in > construct_tables > [Fri Sep 19 11:42:02 2014] [error] handled = self.handle_table(table) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/horizon/tables/views.py", line 118, in > handle_table > [Fri Sep 19 11:42:02 2014] [error] data = self._get_data_dict() > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/horizon/tables/views.py", line 181, in > _get_data_dict > [Fri Sep 19 11:42:02 2014] [error] self._data = {self.table_class._ > meta.name: self.get_data()} > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/admin/overview/views.py", > line 60, in get_data > [Fri Sep 19 11:42:02 2014] [error] data = super(GlobalOverview, > self).get_data() > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/views.py", > line 44, in get_data > [Fri Sep 19 11:42:02 2014] [error] self.usage.get_limits() > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/base.py", > line 194, in get_limits > [Fri Sep 19 11:42:02 2014] [error] self.get_cinder_limits() > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/base.py", > line 183, in get_cinder_limits > [Fri Sep 19 11:42:02 2014] [error] exceptions.handle(self.request, msg) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/base.py", > line 180, in get_cinder_limits > [Fri Sep 19 11:42:02 2014] [error] > self.limits.update(api.cinder.tenant_absolute_limits(self.request)) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/cinder.py", > line 253, in tenant_absolute_limits > [Fri Sep 19 11:42:02 2014] [error] limits = > cinderclient(request).limits.get().absolute > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/cinderclient/v1/limits.py", line 92, in > get > [Fri Sep 19 11:42:02 2014] [error] return self._get("/limits", > "limits") > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/lib/python2.6/site-packages/cinderclient/base.py", line 147, in _get > [Fri Sep 19 11:42:02 2014] [error] return self.resource_class(self, > body[response_key], loaded=True) > [Fri Sep 19 11:42:02 2014] [error] KeyError: 'limits' > > can somebody help me ? > > > -- > Stéphane EVEILLARD > Responsable Système et Développement IBS NETWORK > Coordinateur Version Française Openstack > Membre Association Openstack-fr et APRIL > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
