Re: Get list of users of a tenant in Openstack with JClouds =1.8

2015-04-15 Thread Ignasi Barrera
Being a method in an extension, it shouldn't be in the UserApi, as some installation couldn't have that extension available and we need to take that into account. There are the UserAdminApi and the TenantAdminApi for the OS-KSADM extension. The former contains generic user operations, and the

Re: Get list of users of a tenant in Openstack with JClouds =1.8

2015-04-13 Thread Ignasi Barrera
Hi Diego, long time no see! The call seems to be part of the OS-KSADM extension [1], right? jclouds does not implement it yet, but adding it to the TenantAdminApi [2] would be pretty straightforward. Since this addition shouldn't introduce breaking changes, there is no problem in adding it to 2.0