<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I think your problems might be related to:<br>
    1) wrong paste configuration file (did you check the paste flag is
    pointing to the right file, keystone location and admin token?)<br>
    2) Wrong versions: dashboard install as pips python-novaclient and
    openstackx (among others), if Dashboard is using any wrong version
    it won't work properly<br>
    <br>
    When I've got problems like yours, tcpflow is very useful so you can
    see requests/responses and try them directly on API<br>
    <br>
    El 12/11/11 08:34, DeadSun escribió:
    <blockquote
cite="mid:CAO4uuUsSP0QOzmjruvRT5Nzbufx7ZwKKL+CBAfL+Ex4J0dCFmQ@mail.gmail.com"
      type="cite">
      <div>Hi,<br clear="all">
      </div>
      <div><br>
      </div>
      <div>First I installed nova, glance, keystone and
        python-novaclient from git and them work fine. Now I am ready to
        use dashboard.</div>
      <div>I use clouderbuilders's git and according devstack scripts to
        install it. Now it seems I can login in webGUI and get some
        things fine(images, floating, flavor), but the nova service
        (instances, overview) cannot work. The error show</div>
      <div>#####################</div>
      <div>Unable to get service info: This error may be caused by a
        misconfigured nova url in keystone's service catalog, or by
        missing openstackx extensions in nova. See the dashboard README.</div>
      <div>#####################</div>
      <div>and log in nova-api.log is:</div>
      <div>DEBUG routes.middleware [81bffc26-38d2-40b3-af79-a5081580fd78
        admin 1] No route matched for GET /1/admin/services from
        (pid=32233) __call__
        /usr/lib/pymodules/python2.7/routes/middleware.py:97<br>
      </div>
      <div><br>
      </div>
      <div>I checked my keystone db, it is:</div>
      <div>mysql> select * from endpoint_templates \G;<br>
        *************************** 1. row ***************************<br>
        id: 1<br>
        region: RegionOne<br>
        service_id: 1<br>
        public_url: <a moz-do-not-send="true"
          href="http://10.200.200.2:8774/v1.1/%tenant_id%">http://10.200.200.2:8774/v1.1/%tenant_id%</a><br>
        admin_url: <a moz-do-not-send="true"
          href="http://10.200.200.2:8774/v1.1/%tenant_id%">http://10.200.200.2:8774/v1.1/%tenant_id%</a><br>
        internal_url: <a moz-do-not-send="true"
          href="http://10.200.200.2:8774/v1.1/%tenant_id%">http://10.200.200.2:8774/v1.1/%tenant_id%</a><br>
        enabled: 1<br>
        is_global: 1<br>
        version_id: NULL<br>
        version_list: NULL<br>
        version_info: NULL<br>
        *************************** 2. row ***************************<br>
        id: 2<br>
        region: RegionOne<br>
        service_id: 2<br>
        public_url: <a moz-do-not-send="true"
          href="http://10.200.200.2:9292/v1.1/%tenant_id%">http://10.200.200.2:9292/v1.1/%tenant_id%</a><br>
        admin_url: <a moz-do-not-send="true"
          href="http://10.200.200.2:9292/v1.1/%tenant_id%">http://10.200.200.2:9292/v1.1/%tenant_id%</a><br>
        internal_url: <a moz-do-not-send="true"
          href="http://10.200.200.2:9292/v1.1/%tenant_id%">http://10.200.200.2:9292/v1.1/%tenant_id%</a><br>
        enabled: 1<br>
        is_global: 1<br>
        version_id: NULL<br>
        version_list: NULL<br>
        version_info: NULL<br>
        *************************** 3. row ***************************<br>
        id: 3<br>
        region: RegionOne<br>
        service_id: 3<br>
        public_url: <a moz-do-not-send="true"
          href="http://127.0.0.1:5000/v2.0">http://127.0.0.1:5000/v2.0</a><br>
        admin_url: <a moz-do-not-send="true"
          href="http://127.0.0.1:35357/v2.0">http://127.0.0.1:35357/v2.0</a><br>
        internal_url: <a moz-do-not-send="true"
          href="http://127.0.0.1:5000/v2.0">http://127.0.0.1:5000/v2.0</a><br>
        enabled: 1<br>
        is_global: 1<br>
        version_id: NULL<br>
        version_list: NULL<br>
        version_info: NULL<br>
      </div>
      <div><br>
      </div>
      <div>Also I install openstackx from git and put --osapi path in my
        nova.conf</div>
      <div><br>
      </div>
      <div>How to resolve this issue?</div>
      <div>thanks!</div>
      <br>
      -- <br>
      非淡薄无以明志,非宁静无以致远<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Mailing list: <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
Post to     : <a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>
Unsubscribe : <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
More help   : <a class="moz-txt-link-freetext" href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>