Cinder v2 - Volume actions

Bug #1519166 reported by venkatamahesh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Low
venkatamahesh

Bug Description

http://developer.openstack.org/api-ref-blockstorage-v2.html#setVolumeimagemetadata

The metadata type is a "dict" , but written as "string"
The os-set_image_metadata is also a "dict"

http://developer.openstack.org/api-ref-blockstorage-v2.html#unsetVolumeimagemetadata

Here also os-unset_image_metadata is a "dict"

http://developer.openstack.org/api-ref-blockstorage-v2.html#forcedetachVolume

here , os-force_detach is a "dict" type not "string"

http://developer.openstack.org/api-ref-blockstorage-v2.html#attachVolume

here, os-attach is a "dict" type, not "String"

http://developer.openstack.org/api-ref-blockstorage-v2.html#unmanageVolume

here, os-unmanage is "dict" type, not "string"

Changed in openstack-api-site:
assignee: nobody → venkatamahesh (venkatamaheshkotha)
tags: added: api-site cinder
Atsushi SAKAI (sakaia)
Changed in openstack-api-site:
status: New → Confirmed
description: updated
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/249087

Changed in openstack-api-site:
status: Confirmed → In Progress
Tom Fifield (fifieldt)
Changed in openstack-api-site:
milestone: none → mitaka
Changed in openstack-api-site:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/249087
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=e4efd80e52846e32f459dbbc99eafae71f3145cc
Submitter: Jenkins
Branch: master

commit e4efd80e52846e32f459dbbc99eafae71f3145cc
Author: venkatamahesh <email address hidden>
Date: Tue Nov 24 14:51:30 2015 +0530

    Updated appropriate type values for Cinder-v2-volumeactions APIs

    The os-attach, os-unmanage, os-force_detach,
    os-set_image_metadata, os-unset_image_metadata, and metadata
    parameters of the volume v2 API are type "dict" and not "string".

    (df) Also, updated ID to UUID, where appropriate.

    Change-Id: Idae0832d3753b06646a60590afae69c924fa755a
    Closes-Bug: #1519166

Changed in openstack-api-site:
status: In Progress → Fix Released
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.