[Openstack] Trouble accessing list of servers via APi on arm.trystack.org

Zepp Warlock zepplock at yahoo.com
Tue Oct 30 17:10:13 UTC 2012


Hello,

I could successfully log into the UI at http://arm.trystack.org/nova/

I also can get auth token by executing: curl -k -X 'POST' -v http://arm.trystack.org:5000/v2.0/tokens -d '{"auth":{"passwordCredentials":{"username": "user981443", "password":"***"}, "tenantId":""}}' -H 'Content-type: application/json'

One of the issues is that I can't access any other APIs but 'tenants'
so 
curl -H "X-Auth-Token:3954c19d157a446aa87d52cb674b5b6e" http://arm.trystack.org:5000/v2.0/tenants
works fine but 
curl -H "X-Auth-Token:3954c19d157a446aa87d52cb674b5b6e" http://arm.trystack.org:5000/v2.0/servers

does not (I get 404 HTTP status code).

Am I calling a wrong API?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20121030/9a348ba3/attachment.html>


More information about the Openstack mailing list