Deleting request parameters in Show volume information

Bug #1477984 reported by Daisuke Fujita
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Won't Fix
Undecided
Daisuke Fujita

Bug Description

In http://developer.openstack.org/api-ref-blockstorage-v2.html,
Request parameters[1] are not used at "Show volume information".

I'd like to delete these parameters.

[1]
Request parameters
Parameter Style Type Description
tenant_id URI xsd:string The unique identifier of the tenant or account.
volume_id URI csapi:UUID The unique identifier of an existing volume.

Changed in openstack-api-site:
assignee: nobody → Daisuke Fujita (fuzita-daisuke)
Revision history for this message
Anne Gentle (annegentle) wrote :

I'm not sure how to tell people what the resources are for tenant Id and volume id? How will you fix this and is it like the others?

Changed in openstack-api-site:
status: New → Incomplete
Revision history for this message
Daisuke Fujita (fuzita-daisuke) wrote :

It seems to be not used at other(Update volume, etc).
And also, there seems to be contradiction between parameter description and example.

Like followings;

at Show volume information:
*Request parameters
 Parameter Style Type Description
 tenant_id URI xsd:string The unique identifier of the tenant or account.
 volume_id URI csapi:UUID The unique identifier of an existing volume.

*JSON Request
 Nothing

at Update volume:
*Request parameters
 Parameter Style Type Description
 tenant_id URI xsd:string The unique identifier of the tenant or account.
 volume_id URI csapi:UUID The unique identifier of an existing volume.

*JSON Request
{
    "volume": {
        "name": "vol-003",
        "description": "This is yet, another volume."
    }
}

I want to review the api-site of cinder about these.
(but, I think that it takes a little time...)

After I reviewed, I'll try again about this bug report.

Revision history for this message
Anne Gentle (annegentle) wrote :

Sounds like still Incomplete is accurate. Feel free to update with more info.

Revision history for this message
Anne Gentle (annegentle) wrote :

Ah, realized this was for the older API docs, and those are now in the cinder project. Marking Won't Fix, see if the problem still exists in the new docs at https://developer.openstack.org/api-ref/block-storage/index.html and open a new bug if needed.

Changed in openstack-api-site:
status: Incomplete → Won't Fix
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.