Incorrect content of the example of os-quota-sets in block storage api

Bug #1356349 reported by KaiLin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Invalid
Medium
KaiLin

Bug Description

In the manual of blockstorage-api, the content of the example of os-quota-sets is wrong,it copies from the manual of compute-api, but it is wrong.
GET 192.168.0.1:8776/v2/{tenant_id}/os-quota-sets/{tenant_id}
It shouldn't be the quota of compute in the tenant:
{
"quota_set": {
"cores": 20,
"fixed_ips": -1,
"floating_ips": 10,
"id": "fake_tenant",
"injected_file_content_bytes": 10240,
"injected_file_path_bytes": 255,
"injected_files": 5,
"instances": 10,
"key_pairs": 100,
"metadata_items": 128,
"ram": 51200,
"security_group_rules": 20,
"security_groups": 10
}
}

It should be the quota of block storage in the tenant.

Tags: cinder
KaiLin (linkai3)
Changed in openstack-manuals:
assignee: nobody → KaiLin (linkai3)
summary: - Content of the example of os-quota-sets is wrong
+ Content of the example of os-quota-sets in block storage is wrong
summary: - Content of the example of os-quota-sets in block storage is wrong
+ Content of the example of os-quota-sets in block storage api is wrong
summary: - Content of the example of os-quota-sets in block storage api is wrong
+ Incorrect content of the example of os-quota-sets in block storage api
Changed in openstack-manuals:
assignee: KaiLin (linkai3) → nobody
assignee: nobody → KaiLin (linkai3)
KaiLin (linkai3)
Changed in openstack-manuals:
assignee: KaiLin (linkai3) → nobody
affects: openstack-manuals → openstack-api-site
KaiLin (linkai3)
Changed in openstack-api-site:
assignee: nobody → KaiLin (linkai3)
Revision history for this message
Anne Gentle (annegentle) wrote :
Changed in openstack-api-site:
status: New → Triaged
importance: Undecided → Medium
Atsushi SAKAI (sakaia)
tags: added: cinder
Revision history for this message
Ayush Garg (ayushgrg93) wrote :

I think this bug has been already fixed as per the url http://developer.openstack.org/api-ref-blockstorage-v2.html#showQuota.
As here the JSON response is updated and correct one.

Changed in openstack-api-site:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.