Cannot Create Projects from Horizon
I cannot create projects, users, groups or roles from Horizon. I am logged in as admin. From the identity panel I get the following errrors:
- Error: Unable to retrieve project list.
- Error: Unable to retrieve user list
- Error: Unable to retrieve group list
- Error: Unable to retrieve roles list.
"/var/log/apache2/errors.log" shows the following when I click on the projects tab.
Traceback (most recent call last):
File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/admin/projects/views.py", line 85, in get_data
marker=marker)
File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/keystone.py", line 270, in tenant_list
tenants = manager.list(domain=domain, user=user)
File "/usr/lib/python2.7/dist-packages/keystoneclient/v3/projects.py", line 75, in list
**kwargs)
File "/usr/lib/python2.7/dist-packages/keystoneclient/base.py", line 72, in func
return f(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/keystoneclient/base.py", line 260, in list
self.collection_key)
File "/usr/lib/python2.7/dist-packages/keystoneclient/base.py", line 90, in _list
resp, body = self.api.get(url)
File "/usr/lib/python2.7/dist-packages/keystoneclient/httpclient.py", line 654, in get
return self._cs_request(url, 'GET', **kwargs)
File "/usr/lib/python2.7/dist-packages/keystoneclient/httpclient.py", line 650, in _cs_request
**kwargs)
File "/usr/lib/python2.7/dist-packages/keystoneclient/httpclient.py", line 609, in request
**request_kwargs)
File "/usr/lib/python2.7/dist-packages/keystoneclient/httpclient.py", line 114, in request
raise exceptions.from_response(resp)
NotFound: The resource could not be found. (HTTP 404)
I can create projects using keystone from the CLI. Any assistance would be greatly appreciated
Ubuntu 13.10, Havana
Edit your question to specify also how you installed Havana, from packages or devstack or something else. It'll help people give you suggestions on where to look further
Could you include the output of `keystone catalog`, particularly the endpoints for the identity service itself?