[Openstack] Keystone v3 APIs

Rajdeep Dua dua_rajdeep at yahoo.com
Mon Feb 17 16:22:47 UTC 2014


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_credentials

credentials = get_credentials()
try:
    keystone = ksclient.Client(**credentials)

    groups_list = keystone.groups.list()
...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140217/fd16a7dd/attachment.html>


More information about the Openstack mailing list