Comment 2 for bug 1477850

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