<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    El 12/11/11 15:47, DeadSun escribió:
    <blockquote
cite="mid:CAO4uuUtJS2me+eQ5Ff9H=HUHPsH4nQrHL3S26Ow5DqAKpqj9NQ@mail.gmail.com"
      type="cite">
      <div>1. I think keystone location is correct, because only nova
        service in dashboard cannot work, but images, floating ips,
        snapshot and key in dashboard work fine. admin token don't need
        to set in <a moz-do-not-send="true"
          href="http://local.setting.py">local.setting.py</a> I think.</div>
      <div><br>
      </div>
      <div>2. which version is correct? I use <a moz-do-not-send="true"
          href="https://github.com/openstack/horizon.git">https://github.com/openstack/horizon.git</a>
        and rackspace/python-novaclient</div>
    </blockquote>
    That depends on which nova version you are working with,  Did you
    install it from devstack script ?? If you didn't you might try to
    check its stackrc repositories/branches, otherwise you'll need to
    debug it on your own in order to find what's going on.<br>
    <br>
    P.S: Dashboard errors sometimes are not really meaningful, so as I
    said in my previous post capture input/outputs can be really useful.<br>
    <blockquote
cite="mid:CAO4uuUtJS2me+eQ5Ff9H=HUHPsH4nQrHL3S26Ow5DqAKpqj9NQ@mail.gmail.com"
      type="cite">
      <div><br>
      </div>
      <div><br>
      </div>
      <br>
      <div class="gmail_quote">2011/11/12 Rafael Durán Castañeda <span
          dir="ltr"><<a moz-do-not-send="true"
            href="mailto:rafadurancastaneda@gmail.com">rafadurancastaneda@gmail.com</a>></span><br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex;">
          <div 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 type="cite">
              <div>
                <div class="h5">
                  <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%"
                      target="_blank">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%"
                      target="_blank">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%"
                      target="_blank">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%"
                      target="_blank">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%"
                      target="_blank">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%"
                      target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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>
                  <br>
                </div>
              </div>
              <pre>_______________________________________________
Mailing list: <a moz-do-not-send="true" href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a>
Post to     : <a moz-do-not-send="true" href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a>
Unsubscribe : <a moz-do-not-send="true" href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a>
More help   : <a moz-do-not-send="true" href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a>
</pre>
            </blockquote>
            <br>
          </div>
          <br>
          _______________________________________________<br>
          Mailing list: <a moz-do-not-send="true"
            href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
          Post to     : <a moz-do-not-send="true"
            href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
          Unsubscribe : <a moz-do-not-send="true"
            href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
          More help   : <a moz-do-not-send="true"
            href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
          <br>
        </blockquote>
      </div>
      <br>
      <br clear="all">
      <br>
      -- <br>
      非淡薄无以明志,非宁静无以致远<br>
    </blockquote>
    <br>
  </body>
</html>