Re: [Openstack] Keystone v3 APIs

2014-02-18 Thread Adam Young
On 02/17/2014 11:22 AM, Rajdeep Dua wrote: Trying to get list of groups in a tenant using Keystone v3 APIs. It is giving me an error - resource not found even where there are groups in that tenant. Any idea why this might be happening Thanks Rajdeep Code - Listing import keystoneclient.v3.cl

[Openstack] Keystone v3 APIs

2014-02-17 Thread Rajdeep Dua
Trying to get list of groups in a tenant using Keystone v3 APIs. It is giving me an error - resource not found even where there are groups in that tenant. Any idea why this might be happening Thanks Rajdeep Code - Listing import keystoneclient.v3.client as ksclient from credentials import get_c