Re: [Openstack] Keystone Validate Token

2011-12-13 Thread Ziad Sawalha
Hi Bryan - There are a couple of points here: 1. The Service API is a subset of the Admin API. There are calls in the Admin API that need a token with privileged access to be called. The use of the Service API is a deployment option, but not a requirement (i.e. You can run Keystone on one endpoin

[Openstack] Keystone Validate Token

2011-12-13 Thread Bryan Taylor
The keystone management API has a validate token method that looks like: GET /tokens/{tokenId}?belongsTo=tenantId See Why is the validate token method in the keystone admin API and not the service API?