openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #04542
Dashboard problem, bug or wrong version?
Hi,
I'm trying to get a Keystone/Dashboard/Nova/Glance system (based on "Diablo"
releases) without success. Dashboard points to endpoints/openstackx errors:
> 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.
>From console I've tried:
curl -G -H "X-Auth-Token: 999888777666"
http://10.131.0.24:8774/v1.1/1/servers
{"servers": []}
But Dashboard is trying:
GET /v1.1/1/extras/servers?fresh=1317829720.03 HTTP/1.1
Host: 10.131.0.24:8774
x-auth-token: 0db0f991-124a-4899-9829-18eca20c7c24
accept-encoding: gzip, deflate
user-agent: python-openstack-compute/2.0a1
HTTP/1.1 404 Not Found
Content-Length: 52
Content-Type: text/plain; charset=UTF-8
Date: Wed, 05 Oct 2011 15:50:06 GMT
404 Not Found
The resource could not be found.
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:
-e git+https://github.com/cloudbuilders/openstackx.git#egg=openstackx
I've already tried change from master to Diablo branch, but not working yet.
Any hint???
Follow ups