Skip to content

Instantly share code, notes, and snippets.

Created September 3, 2015 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4c53a54b2f06e73b263a to your computer and use it in GitHub Desktop.
Save anonymous/4c53a54b2f06e73b263a to your computer and use it in GitHub Desktop.
dashboard/cinder error
[Thu Sep 03 15:18:49.530091 2015] [:error] [pid 6048] The settings.py file points to a v2.0 keystone endpoint, but v3 is specified as the API version to use. Using v3 endpoint for authentication.
[Thu Sep 03 15:18:57.048925 2015] [:error] [pid 6048] Cinder v2 requested but no 'volumev2' service type available in Keystone catalog.
[Thu Sep 03 15:18:57.053545 2015] [:error] [pid 6048] Internal Server Error: /dashboard/admin/volumes/
[Thu Sep 03 15:18:57.053568 2015] [:error] [pid 6048] Traceback (most recent call last):
[Thu Sep 03 15:18:57.053573 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
[Thu Sep 03 15:18:57.053603 2015] [:error] [pid 6048] response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Thu Sep 03 15:18:57.053608 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
[Thu Sep 03 15:18:57.053612 2015] [:error] [pid 6048] return view_func(request, *args, **kwargs)
[Thu Sep 03 15:18:57.053615 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 84, in dec
[Thu Sep 03 15:18:57.053619 2015] [:error] [pid 6048] return view_func(request, *args, **kwargs)
[Thu Sep 03 15:18:57.053622 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec
[Thu Sep 03 15:18:57.053625 2015] [:error] [pid 6048] return view_func(request, *args, **kwargs)
[Thu Sep 03 15:18:57.053628 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
[Thu Sep 03 15:18:57.053631 2015] [:error] [pid 6048] return view_func(request, *args, **kwargs)
[Thu Sep 03 15:18:57.053635 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 84, in dec
[Thu Sep 03 15:18:57.053638 2015] [:error] [pid 6048] return view_func(request, *args, **kwargs)
[Thu Sep 03 15:18:57.053641 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 71, in view
[Thu Sep 03 15:18:57.053644 2015] [:error] [pid 6048] return self.dispatch(request, *args, **kwargs)
[Thu Sep 03 15:18:57.053647 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 89, in dispatch
[Thu Sep 03 15:18:57.053650 2015] [:error] [pid 6048] return handler(request, *args, **kwargs)
[Thu Sep 03 15:18:57.053653 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 146, in get
[Thu Sep 03 15:18:57.053657 2015] [:error] [pid 6048] context = self.get_context_data(**kwargs)
[Thu Sep 03 15:18:57.053660 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 107, in get_context_data
[Thu Sep 03 15:18:57.053663 2015] [:error] [pid 6048] context = super(MultiTableMixin, self).get_context_data(**kwargs)
[Thu Sep 03 15:18:57.053666 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 56, in get_context_data
[Thu Sep 03 15:18:57.053669 2015] [:error] [pid 6048] exceptions.handle(self.request)
[Thu Sep 03 15:18:57.053672 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/exceptions.py", line 364, in handle
[Thu Sep 03 15:18:57.053675 2015] [:error] [pid 6048] six.reraise(exc_type, exc_value, exc_traceback)
[Thu Sep 03 15:18:57.053678 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 54, in get_context_data
[Thu Sep 03 15:18:57.053692 2015] [:error] [pid 6048] context["tab_group"].load_tab_data()
[Thu Sep 03 15:18:57.053700 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 128, in load_tab_data
[Thu Sep 03 15:18:57.053703 2015] [:error] [pid 6048] exceptions.handle(self.request)
[Thu Sep 03 15:18:57.053707 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/exceptions.py", line 364, in handle
[Thu Sep 03 15:18:57.053710 2015] [:error] [pid 6048] six.reraise(exc_type, exc_value, exc_traceback)
[Thu Sep 03 15:18:57.053713 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 125, in load_tab_data
[Thu Sep 03 15:18:57.053716 2015] [:error] [pid 6048] tab._data = tab.get_context_data(self.request)
[Thu Sep 03 15:18:57.053720 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 465, in get_context_data
[Thu Sep 03 15:18:57.053723 2015] [:error] [pid 6048] self.load_table_data()
[Thu Sep 03 15:18:57.053735 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 449, in load_table_data
[Thu Sep 03 15:18:57.053739 2015] [:error] [pid 6048] table.data = data_func()
[Thu Sep 03 15:18:57.053742 2015] [:error] [pid 6048] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/admin/volumes/tabs.py", line 41, in get_volumes_data
[Thu Sep 03 15:18:57.053747 2015] [:error] [pid 6048] volumes = self._get_volumes(search_opts={'all_tenants': True})
[Thu Sep 03 15:18:57.053750 2015] [:error] [pid 6048] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/volumes/tabs.py", line 38, in _get_volumes
[Thu Sep 03 15:18:57.053754 2015] [:error] [pid 6048] _('Unable to retrieve volume list.'))
[Thu Sep 03 15:18:57.053757 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/horizon/exceptions.py", line 364, in handle
[Thu Sep 03 15:18:57.053760 2015] [:error] [pid 6048] six.reraise(exc_type, exc_value, exc_traceback)
[Thu Sep 03 15:18:57.053764 2015] [:error] [pid 6048] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/volumes/tabs.py", line 35, in _get_volumes
[Thu Sep 03 15:18:57.053768 2015] [:error] [pid 6048] search_opts=search_opts)
[Thu Sep 03 15:18:57.053771 2015] [:error] [pid 6048] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/cinder.py", line 198, in volume_list
[Thu Sep 03 15:18:57.053774 2015] [:error] [pid 6048] for t in transfer_list(request, search_opts=search_opts)}
[Thu Sep 03 15:18:57.053778 2015] [:error] [pid 6048] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/cinder.py", line 596, in transfer_list
[Thu Sep 03 15:18:57.053781 2015] [:error] [pid 6048] detailed=detailed, search_opts=search_opts)]
[Thu Sep 03 15:18:57.053784 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/cinderclient/v2/volume_transfers.py", line 93, in list
[Thu Sep 03 15:18:57.053789 2015] [:error] [pid 6048] "transfers")
[Thu Sep 03 15:18:57.053793 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/cinderclient/base.py", line 65, in _list
[Thu Sep 03 15:18:57.053796 2015] [:error] [pid 6048] resp, body = self.api.client.get(url)
[Thu Sep 03 15:18:57.053799 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 326, in get
[Thu Sep 03 15:18:57.053802 2015] [:error] [pid 6048] return self._cs_request(url, 'GET', **kwargs)
[Thu Sep 03 15:18:57.053805 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 283, in _cs_request
[Thu Sep 03 15:18:57.053808 2015] [:error] [pid 6048] self.authenticate()
[Thu Sep 03 15:18:57.053811 2015] [:error] [pid 6048] File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 398, in authenticate
[Thu Sep 03 15:18:57.053814 2015] [:error] [pid 6048] magic_tuple = urlparse.urlsplit(self.auth_url)
[Thu Sep 03 15:18:57.053817 2015] [:error] [pid 6048] File "/usr/lib64/python2.7/urlparse.py", line 181, in urlsplit
[Thu Sep 03 15:18:57.053820 2015] [:error] [pid 6048] i = url.find(':')
[Thu Sep 03 15:18:57.053823 2015] [:error] [pid 6048] AttributeError: 'NoneType' object has no attribute 'find'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment