Hi,<br><br>Review your keystone configuration<br><br>You have to create a service, then endpointTemplates asociated with the service, then a endpoint associated to your tenant<br><br>So:<br><br>1. #keystone-manage service add nova ....<br>
2. #keystone-manage endpointTemplates add RegionOne 1 ..... (1, is the id of my nova service, created in the above line)<br>3. #keystono-manage endpoint add 1 1 ..... (ids of endpointTemplate and tenant)<br><br>Hope this helps!<br>
<br>Regards<br><br><div class="gmail_quote">On Tue, Sep 27, 2011 at 3:51 PM, darkfower <span dir="ltr"><<a href="mailto:atkisc@gmail.com">atkisc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br><br><br>   when i login dashboard , error :<span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:'AR PL UKai CN';font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="color:rgb(255, 128, 128);font-family:anivers,helvetica,arial,sans-serif;font-size:24px;line-height:21px"><br>

<br><span><span style="background-color:rgb(0, 0, 0)"></span></span></span></span><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:'AR PL UKai CN';font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="color:rgb(255, 128, 128);font-family:anivers, helvetica, arial, sans-serif;font-size:14px;line-height:21px">Unable to get usage info: Invalid service catalog service: nova<br>

<br>ERROR:django_openstack.dash:ApiException in instance usage<br>Traceback (most recent call last):<br>  File "/opt/openstack-dashboard/django-openstack/django_openstack/dash/views/instances.py", line 174, in usage<br>

    usage = api.usage_get(request, tenant_id, datetime_start, datetime_end)<br>  File "/opt/openstack-dashboard/django-openstack/django_openstack/api.py", line 313, in inner<br>    return f(*args, **kwargs)<br>
  File "/opt/openstack-dashboard/django-openstack/django_openstack/api.py", line 642, in usage_get<br>
    return Usage(extras_api(request).usage.get(tenant_id, start, end))<br>  File "/opt/openstack-dashboard/django-openstack/django_openstack/api.py", line 367, in extras_api<br>    (request.user.token, url_for(request, 'nova')))<br>

  File "/opt/openstack-dashboard/django-openstack/django_openstack/api.py", line 296, in url_for<br>    raise ServiceCatalogException(service_type)<br>ServiceCatalogException: Invalid service catalog service: nova (HTTP 404)<br>

</span></span>
<br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br>