From 6ce0b225641a492ff2d407f06959c412fb2a38e2 Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Mon, 3 Aug 2015 15:44:19 +0900 Subject: [PATCH] Add 'usage' flag description for block storage Remove duplicate common.ent file in v1 and point to the common.ent file in v2 Change-Id: I9ad5cf226934e892fc7369a89c1b4fc85d502b6c Closes-Bug: #1358786 --- .../src/wadls/volume-api/src/v1/common.ent | 388 ------------------ .../volume-api/src/v1/os-quota-sets-v1.wadl | 11 +- .../volume-api/src/v1/volume-api-v1.wadl | 2 +- .../src/wadls/volume-api/src/v2/common.ent | 39 +- .../volume-api/src/v2/os-quota-sets-v2.wadl | 6 + 5 files changed, 54 insertions(+), 392 deletions(-) delete mode 100644 api-ref/src/wadls/volume-api/src/v1/common.ent diff --git a/api-ref/src/wadls/volume-api/src/v1/common.ent b/api-ref/src/wadls/volume-api/src/v1/common.ent deleted file mode 100644 index 033809128..000000000 --- a/api-ref/src/wadls/volume-api/src/v1/common.ent +++ /dev/null @@ -1,388 +0,0 @@ - - - - A quota_set object. - - - - The number of instance cores allowed for - each tenant. - - - - The number of fixed IP addresses allowed - for each tenant. Must be equal to or - greater than the number of allowed - instances. - - - - The number of floating IP addresses - allowed for each tenant. - - - - The ID for the quota - set. - - - - The number of bytes of content allowed - for each injected file. - - - - The number of bytes allowed for each - injected file path. - - - - The number of injected files allowed for - each tenant. - - - - The number of instances allowed for each - tenant. - - - - The number of key pairs allowed for each - user. - - - - The number of metadata items allowed for - each instance. - - - - The amount of instance RAM in megabytes - allowed for each tenant. - - - - The number of rules allowed for each - security group. - - - - The number of security groups allowed - for each tenant. - '> - - - A quota_set object. - - - - The number of instance cores allowed for - each tenant. - - - - The number of fixed IP addresses allowed - for each tenant. Must be equal to or - greater than the number of allowed - instances. - - - - The number of floating IP addresses - allowed for each tenant. - - - - The ID for the quota - set. - - - - The number of bytes of content allowed - for each injected file. - - - - The number of bytes allowed for each - injected file path. - - - - The number of injected files allowed for - each tenant. - - - - The number of instances allowed for each - tenant. - - - - The number of key pairs allowed for each - user. - - - - The number of metadata items allowed for - each instance. - - - - The amount of instance RAM in megabytes - allowed for each tenant. - - - - The number of rules allowed for each - security group. - - - - The number of security groups allowed - for each tenant. - '> - - - The volume name. - - - - The volume - description. - - - - The size of the volume, in - GBs. - - - - The associated volume - type. - - - - One or more metadata key and value pairs - to associate with the - volume. - - - - The availability zone. - - - - To create a volume from an existing - snapshot, specify the ID of the existing - volume snapshot. The volume is created in same availability - zone and with same size as the snapshot. -' > - - - The volume ID. - - - - The volume name. - - - - The volume - description. - - - - The size of the volume, in - GBs. - - - - The associated volume - type. - - - - One or more metadata key and value pairs - to associate with the - volume. - - - - The availability zone. - - - - To create a volume from an existing - snapshot, specify the ID of the existing - volume snapshot. The volume is created in same availability - zone and with same size as the snapshot. - - - - Indicates whether you can boot an instance from the volume. - - - - Attachments. - - - - Created-at timestamp. -' > - diff --git a/api-ref/src/wadls/volume-api/src/v1/os-quota-sets-v1.wadl b/api-ref/src/wadls/volume-api/src/v1/os-quota-sets-v1.wadl index b53f3e101..67a77570f 100644 --- a/api-ref/src/wadls/volume-api/src/v1/os-quota-sets-v1.wadl +++ b/api-ref/src/wadls/volume-api/src/v1/os-quota-sets-v1.wadl @@ -1,7 +1,7 @@ + %common; %common_project; @@ -130,6 +130,11 @@ title="Show quotas"> Shows quotas for a tenant. + + + "aSetsShowReqParameters; + + - "aSetsRespParameters; + "aSetsRespParameters; + "aSetsShowRespParameters; + diff --git a/api-ref/src/wadls/volume-api/src/v1/volume-api-v1.wadl b/api-ref/src/wadls/volume-api/src/v1/volume-api-v1.wadl index 3710db57d..336a9b19c 100644 --- a/api-ref/src/wadls/volume-api/src/v1/volume-api-v1.wadl +++ b/api-ref/src/wadls/volume-api/src/v1/volume-api-v1.wadl @@ -1,7 +1,7 @@ + %common; %common_project; diff --git a/api-ref/src/wadls/volume-api/src/v2/common.ent b/api-ref/src/wadls/volume-api/src/v2/common.ent index 9d83b2051..926facfb4 100644 --- a/api-ref/src/wadls/volume-api/src/v2/common.ent +++ b/api-ref/src/wadls/volume-api/src/v2/common.ent @@ -50,6 +50,18 @@ '> + + + + Set to usage=True to show quota usage. Default is + False. + +'> - A quota_set object. + A quota_set object. The number of security groups allowed for each tenant. '> + + + + The in use data size. Visible only if you set the + usage=True query parameter. + + + + + + + Reserved volume size. Visible only if you set the + usage=True query parameter. + + +'> Shows quotas for a tenant. + + + "asShowRequest; + + "asResponse; + "asShowResponse;