Skip to content

Instantly share code, notes, and snippets.

Created September 9, 2015 15:06
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/50c1c90b5161036d1735 to your computer and use it in GitHub Desktop.
Save anonymous/50c1c90b5161036d1735 to your computer and use it in GitHub Desktop.
[Wed Sep 09 15:02:22.926923 2015] [:error] [pid 6606] 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.
[Wed Sep 09 15:02:42.411430 2015] [:error] [pid 6606] Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-7a0fe48a-d6b2-487e-8d0a-94fa46fc54c2)
[Wed Sep 09 15:02:42.411462 2015] [:error] [pid 6606] Traceback (most recent call last):
[Wed Sep 09 15:02:42.411505 2015] [:error] [pid 6606] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/identity/users/views.py", line 55, in get_data
[Wed Sep 09 15:02:42.411527 2015] [:error] [pid 6606] domain=domain_context)
[Wed Sep 09 15:02:42.411536 2015] [:error] [pid 6606] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/keystone.py", line 310, in user_list
[Wed Sep 09 15:02:42.411544 2015] [:error] [pid 6606] users = keystoneclient(request, admin=True).users.list(**kwargs)
[Wed Sep 09 15:02:42.411551 2015] [:error] [pid 6606] File "/usr/lib/python2.7/site-packages/keystoneclient/utils.py", line 318, in inner
[Wed Sep 09 15:02:42.411558 2015] [:error] [pid 6606] return func(*args, **kwargs)
[Wed Sep 09 15:02:42.411565 2015] [:error] [pid 6606] File "/usr/lib/python2.7/site-packages/keystoneclient/v3/users.py", line 108, in list
[Wed Sep 09 15:02:42.411572 2015] [:error] [pid 6606] **kwargs)
[Wed Sep 09 15:02:42.411578 2015] [:error] [pid 6606] File "/usr/lib/python2.7/site-packages/keystoneclient/base.py", line 73, in func
[Wed Sep 09 15:02:42.411585 2015] [:error] [pid 6606] return f(*args, **new_kwargs)
[Wed Sep 09 15:02:42.411592 2015] [:error] [pid 6606] File "/usr/lib/python2.7/site-packages/keystoneclient/base.py", line 361, in list
[Wed Sep 09 15:02:42.411598 2015] [:error] [pid 6606] self.collection_key)
[Wed Sep 09 15:02:42.411605 2015] [:error] [pid 6606] File "/usr/lib/python2.7/site-packages/keystoneclient/base.py", line 113, in _list
[Wed Sep 09 15:02:42.411617 2015] [:error] [pid 6606] resp, body = self.client.get(url, **kwargs)
[Wed Sep 09 15:02:42.411664 2015] [:error] [pid 6606] File "/usr/lib/python2.7/site-packages/keystoneclient/adapter.py", line 170, in get
[Wed Sep 09 15:02:42.411670 2015] [:error] [pid 6606] return self.request(url, 'GET', **kwargs)
[Wed Sep 09 15:02:42.411681 2015] [:error] [pid 6606] File "/usr/lib/python2.7/site-packages/keystoneclient/adapter.py", line 206, in request
[Wed Sep 09 15:02:42.411691 2015] [:error] [pid 6606] resp = super(LegacyJsonAdapter, self).request(*args, **kwargs)
[Wed Sep 09 15:02:42.411798 2015] [:error] [pid 6606] File "/usr/lib/python2.7/site-packages/keystoneclient/adapter.py", line 95, in request
[Wed Sep 09 15:02:42.411811 2015] [:error] [pid 6606] return self.session.request(url, method, **kwargs)
[Wed Sep 09 15:02:42.411842 2015] [:error] [pid 6606] File "/usr/lib/python2.7/site-packages/keystoneclient/utils.py", line 318, in inner
[Wed Sep 09 15:02:42.411884 2015] [:error] [pid 6606] return func(*args, **kwargs)
[Wed Sep 09 15:02:42.411889 2015] [:error] [pid 6606] File "/usr/lib/python2.7/site-packages/keystoneclient/session.py", line 397, in request
[Wed Sep 09 15:02:42.411893 2015] [:error] [pid 6606] raise exceptions.from_response(resp, method, url)
[Wed Sep 09 15:02:42.411898 2015] [:error] [pid 6606] Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-7a0fe48a-d6b2-487e-8d0a-94fa46fc54c2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment