Image API v2 response parameters contain incorrect 'tag' description

Bug #1477850 reported by Toru Atsumi
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Medium
Toru Atsumi

Bug Description

The Response parameters table of List images, Get image details, and Update image
contain incorrect 'tag' description.

  Parameter Style Type Description
   :
  tag URI xsd:string Image tag.
   :

It should be as follows:

  tags plain xsd:dict Image tags.

http://developer.openstack.org/api-ref-image-v2.html#listImages-v2
http://developer.openstack.org/api-ref-image-v2.html#getImage-v2
http://developer.openstack.org/api-ref-image-v2.html#updateImage-v2

Changed in openstack-api-site:
assignee: nobody → Toru Atsumi (atsumi-toru)
Anne Gentle (annegentle)
Changed in openstack-api-site:
status: New → Confirmed
importance: Undecided → Medium
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/205937

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

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

commit c19d35c8caa1ce30bb5e85e5023005139be9384f
Author: Toru Atsumi <email address hidden>
Date: Mon Jul 27 13:54:49 2015 +0900

    Correct 'tag' parameter descriptions of Image API

    The Response parameters tables of List images, Get image details,
    and Update image of the Image service API v2
    contain incorrect description of the 'tag' parameter:

      Parameter Style Type Description
       :
      tag URI xsd:string Image tag.
       :

    Because these APIs return the 'tags' parameter
    containing an array of image tags,
    the description should be the following:

      tags plain xsd:dict Image tags.

    To change the description, the '&tagParameter' references
    in the response elements of these APIs in os-image-v2.wadl
    are changed to '&tagsParameter',
    which has already been defined and contains the correct description.

    Change-Id: Ibf56dccd4792908a621d307a14513962e82c3a80
    Closes-Bug: #1477850

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.