Re: [openstack-dev] Nova V2 Quota API

2014-01-29 Thread Anne Gentle
Thanks, it's confirmed and the doc team can work on it. Appreciate you asking! Anne On Wed, Jan 29, 2014 at 9:44 AM, Yingjun Li wrote: > I reported a bug here: > https://bugs.launchpad.net/openstack-manuals/+bug/1274153 > > On Jan 29, 2014, at 23:33, Anne Gentle wrote: > > Hi can you point ou

Re: [openstack-dev] Nova V2 Quota API

2014-01-29 Thread Yingjun Li
I reported a bug here: https://bugs.launchpad.net/openstack-manuals/+bug/1274153 On Jan 29, 2014, at 23:33, Anne Gentle wrote: > Hi can you point out where you're seeing documentation for the first without > tenant_id? > > At http://api.openstack.org/api-ref-compute-ext.html#ext-os-quota-sets

Re: [openstack-dev] Nova V2 Quota API

2014-01-29 Thread Yingjun Li
On Jan 29, 2014, at 22:48, Vinod Kumar Boppanna wrote: > Hi, > > In the Documentation, it was mentioned that there are two API's to see the > quotas of a tenant. > > 1. v2/{tenant_id}/os-quota-sets - Shows quotas for a tenant > > 2. v2/{tenant_id}/os-quota-sets/{tenant_id}/{user_id} - Enab

Re: [openstack-dev] Nova V2 Quota API

2014-01-29 Thread Anne Gentle
Hi can you point out where you're seeing documentation for the first without tenant_id? At http://api.openstack.org/api-ref-compute-ext.html#ext-os-quota-sets only the tenant_id is documented. This is documented identically at http://docs.openstack.org/api/openstack-compute/2/content/ext-os-quota

[openstack-dev] Nova V2 Quota API

2014-01-29 Thread Vinod Kumar Boppanna
Hi, In the Documentation, it was mentioned that there are two API's to see the quotas of a tenant. 1. v2/{tenant_id}/os-quota-sets - Shows quotas for a tenant 2. v2/{tenant_id}/os-quota-sets/{tenant_id}/{user_id} - Enables an admin to show quotas for a specified tenant and a user I guess the