Parameter "size_min" of "List image details" is duplicated

Bug #1483458 reported by Masayuki Nakamura
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Low
Diane Fleming

Bug Description

"size_min" parameter of "14.2.2. List image details" is duplicated, as follows:

size_min String(Optional) The minimum size of the image, in bytes.
size_min String(Optional) Value of the maximum size of the image in bytes.

lower one may be "size_max".

The point of modification is clarified.
"size_min" in 680th line revice to "size_max" In "api-site/api-ref/src/wadls/image-api/src/v1/os-image-1.0.wadl".
679 <param xmlns="http://wadl.dev.java.net/2009/02"
680 name="size_min" style="query" required="false"
681 type="xsd:string" default="ALL">
682 <wadl:doc xmlns="http://docbook.org/ns/docbook"
683 xmlns:wadl="http://wadl.dev.java.net/2009/02"
684 xml:lang="EN">
685 <para>Value of the maximum size of the image
686 in bytes.</para>
687 </wadl:doc>
688 </param>

Changed in openstack-api-site:
assignee: nobody → Masayuki Nakamura (m-nakamura-2)
Changed in openstack-api-site:
status: New → Confirmed
importance: Undecided → Low
assignee: Masayuki Nakamura (m-nakamura-2) → Diane Fleming (diane-fleming)
milestone: none → liberty
summary: - Parameter "size_min" of "List image details" is depulicated
+ Parameter "size_min" of "List image details" is duplicated
description: updated
Changed in openstack-api-site:
status: Confirmed → In Progress
Revision history for this message
Diane Fleming (diane-fleming) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

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

commit 4974ab02af3509fb327efffe9ac0f9f5bc945c0f
Author: Diane Fleming <email address hidden>
Date: Wed Aug 12 16:36:55 2015 -0500

    The size_min parameter is incorrectly duplicated

    Also fixed inconsistent query parameters descriptions
    Missing code response for list image details
    Missing list images method

    Closes-bug: #1483458

    Change-Id: I3e4fcb752529bb933a7fc8b9ba32627fe2429fca

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.