Getting Unauthorized at /project/ on devstack
What am I doing wrong?!
Finally I managed to "successfully" install devstack using vagrant, but after another run of ./stack.sh I got the following error in the dashboard.
Environment:
Request Method: GET
Request URL: http://
Django Version: 1.5.5
Python Version: 2.7.3
Installed Applications:
['openstack_
'django.
'django.
'django.
'django.
'django.
'django.
'compressor',
'horizon',
'openstack_auth',
'openstack_
'openstack_
'openstack_
Installed Middleware:
('django.
'django.
'django.
'django.
'django.
'horizon.
'django.
'django.
'django.
Traceback:
File "/usr/local/
115. response = callback(request, *callback_args, **callback_kwargs)
File "/opt/stack/
38. return view_func(request, *args, **kwargs)
File "/opt/stack/
54. return view_func(request, *args, **kwargs)
File "/opt/stack/
38. return view_func(request, *args, **kwargs)
File "/usr/local/
68. return self.dispatch(
File "/usr/local/
86. return handler(request, *args, **kwargs)
File "/opt/stack/
154. handled = self.construct_
File "/opt/stack/
145. handled = self.handle_
File "/opt/stack/
118. data = self._get_
File "/opt/stack/
181. self._data = {self.table_
File "/opt/stack/
57. super(ProjectOv
File "/opt/stack/
43. self.usage.
File "/opt/stack/
200. if not api.nova.
File "/opt/stack/
90. value = cache[key] = func(*args, **kwargs)
File "/opt/stack/
752. extensions = list_extensions
File "/opt/stack/
90. value = cache[key] = func(*args, **kwargs)
File "/opt/stack/
743. return nova_list_
File "/opt/stack/
37. return self._list(
File "/opt/stack/
64. _resp, body = self.api.
File "/opt/stack/
283. return self._cs_
File "/opt/stack/
275. raise e
Exception Type: Unauthorized at /project/
Exception Value: Unauthorized (HTTP 401)
-------
I'm using the following configuration for my local.conf, which gives me the trunk
ENABLED_
HORIZON_REPO=https:/
HORIZON_
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Dimitri Mazmanov for more information if necessary.