openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #04357
Re: [openstack] dashboard + keystone error [ubuntu , diablo release]
Hi,
Review your keystone configuration
You have to create a service, then endpointTemplates asociated with the
service, then a endpoint associated to your tenant
So:
1. #keystone-manage service add nova ....
2. #keystone-manage endpointTemplates add RegionOne 1 ..... (1, is the id of
my nova service, created in the above line)
3. #keystono-manage endpoint add 1 1 ..... (ids of endpointTemplate and
tenant)
Hope this helps!
Regards
On Tue, Sep 27, 2011 at 3:51 PM, darkfower <atkisc@xxxxxxxxx> wrote:
> Hi,
>
>
> when i login dashboard , error :
>
> Unable to get usage info: Invalid service catalog service: nova
>
> ERROR:django_openstack.dash:ApiException in instance usage
> Traceback (most recent call last):
> File
> "/opt/openstack-dashboard/django-openstack/django_openstack/dash/views/instances.py",
> line 174, in usage
> usage = api.usage_get(request, tenant_id, datetime_start, datetime_end)
> File "/opt/openstack-dashboard/django-openstack/django_openstack/api.py",
> line 313, in inner
> return f(*args, **kwargs)
> File "/opt/openstack-dashboard/django-openstack/django_openstack/api.py",
> line 642, in usage_get
> return Usage(extras_api(request).usage.get(tenant_id, start, end))
> File "/opt/openstack-dashboard/django-openstack/django_openstack/api.py",
> line 367, in extras_api
> (request.user.token, url_for(request, 'nova')))
> File "/opt/openstack-dashboard/django-openstack/django_openstack/api.py",
> line 296, in url_for
> raise ServiceCatalogException(service_type)
> ServiceCatalogException: Invalid service catalog service: nova (HTTP 404)
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
Follow ups
References