<font size="4">Hi,<br><br>I'm trying to get a Keystone/Dashboard/Nova/Glance system (based on "Diablo" releases) without success. Dashboard points to endpoints/openstackx errors:</font><br><br>> Unable to get instance list: 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.<br>
<br><font size="4">From console I've tried:</font><br><br><br>curl -G -H "X-Auth-Token: 999888777666" <a href="http://10.131.0.24:8774/v1.1/1/servers">http://10.131.0.24:8774/v1.1/1/servers</a><br>{"servers": []}<br>
<br><font size="4">But Dashboard is trying:</font><br><br>GET /v1.1/1/extras/servers?fresh=1317829720.03 HTTP/1.1<br>Host: <a href="http://10.131.0.24:8774">10.131.0.24:8774</a><br>x-auth-token: 0db0f991-124a-4899-9829-18eca20c7c24<br>
accept-encoding: gzip, deflate<br>user-agent: python-openstack-compute/2.0a1<br><br><br>HTTP/1.1 404 Not Found<br>Content-Length: 52<br>Content-Type: text/plain; charset=UTF-8<br>Date: Wed, 05 Oct 2011 15:50:06 GMT<br><br>
404 Not Found<br><br>The resource could not be found.<br><br><font size="4">So it isn't working due the  '/extras'  part on URI, so I think I might be using the wrong version of openstackx, right now I'm using Dahsboard pip-requires version:</font><br>
<br>-e git+<a href="https://github.com/cloudbuilders/openstackx.git#egg=openstackx">https://github.com/cloudbuilders/openstackx.git#egg=openstackx</a><br><br><font size="4">I've already tried change from master to Diablo branch, but not working yet. Any hint???</font><br>
<br><br>