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

2012-10-30 Thread Anne Gentle
Hi Zepp - As far as I know, the ARM Trystack does not enable access to the Compute API. So your results make sense - you can query the Identity API but not the Compute API (nor any other OpenStack APIs). Anne On Tue, Oct 30, 2012 at 12:10 PM, Zepp Warlock wrote: > Hello, > > I could successfull

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

2012-10-30 Thread Zepp Warlock
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: