<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
In the Documentation, it was mentioned that there are two API's to see the quotas of a tenant.<br>
<br>
1. v2/{tenant_id}/os-quota-sets - Shows quotas for a tenant<br>
 <br>
2. v2/{tenant_id}/os-quota-sets/{tenant_id}/{user_id}<code class="code"></code> - Enables an admin to show quotas for a specified tenant and a user<br>
<br>
I guess the first API can be used by a member in a tenant to get the quotas of that tenant. The second one can be run by admin to get the quotas of any tenant or any user.<br>
<br>
But through normal user when i am running any of the below (after authentication)<br>
<br>
$> nova --debug quota-show --tenant <tenant_id>    (tenant id of a project in which this user is member)<br>
It is calling the second API i.e  v2/{tenant_id}/os-quota-sets/{tenant_id} <br>
<br>
or even when i am calling directly the API <br>
<br>
$>  curl -i -H"X-Auth-Token:$TOKEN" -H "Content-type: application/json" <a href="http://localhost:8774/v2/2665b63d29a1493990ab1c5412fc838d/os-quota-sets/" target="_blank">
http://localhost:8774/v2/<tenant_id>/os-quota-sets/</a><br>
It says the "Resource not found".<br>
<br>
So, Is the first API is available?<br>
<br>
Regards,<br>
Vinod Kumar Boppanna<br>
</div>
</body>
</html>