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

Anne Gentle anne at openstack.org
Tue Oct 30 18:00:58 UTC 2012


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 <zepplock at yahoo.com> wrote:
> 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.
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>




More information about the Openstack mailing list