From 1c2d7de2a712601ead43105d47e20e07fb31f1f5 Mon Sep 17 00:00:00 2001 From: liyingjun Date: Tue, 14 Jan 2014 10:30:35 +0800 Subject: [PATCH] Add missing tenant_id param behinds os-quota-sets These two APIs missing tenant_id param. GET v2/{tenant_id}/os-quota-sets Shows quotas for a tenant. PUT v2/{tenant_id}/os-quota-sets Updates quotas for a tenant. Should be like: GET v2/{tenant_id}/os-quota-sets/{tenant_id} Shows quotas for a tenant. PUT v2/{tenant_id}/os-quota-sets/{tenant_id} Updates quotas for a tenant. Change-Id: I07581b69835cde3063b109cae564a591386762c8 Closes-bug: 1274153 --- .../compute-api/src/ext/os-quota-sets.wadl | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/api-ref/src/wadls/compute-api/src/ext/os-quota-sets.wadl b/api-ref/src/wadls/compute-api/src/ext/os-quota-sets.wadl index b8f004070..76cd8f412 100644 --- a/api-ref/src/wadls/compute-api/src/ext/os-quota-sets.wadl +++ b/api-ref/src/wadls/compute-api/src/ext/os-quota-sets.wadl @@ -19,8 +19,22 @@ multi-tenancy cloud. - - + + + + The ID for the tenant for which + you want to show quotas. This ID is + different from the first tenant ID + that you specify in the URI: That + ID is for the admin tenant. + + + + +