Activity log for bug #1483458

Date Who What changed Old value New value Message
2015-08-11 01:20:44 Masayuki Nakamura bug added bug
2015-08-11 01:21:05 Masayuki Nakamura openstack-api-site: assignee Masayuki Nakamura (m-nakamura-2)
2015-08-12 20:52:21 Diane Fleming openstack-api-site: status New Confirmed
2015-08-12 20:52:24 Diane Fleming openstack-api-site: importance Undecided Low
2015-08-12 20:52:27 Diane Fleming openstack-api-site: assignee Masayuki Nakamura (m-nakamura-2) Diane Fleming (diane-fleming)
2015-08-12 20:52:31 Diane Fleming openstack-api-site: milestone liberty
2015-08-12 21:37:12 Diane Fleming summary Parameter "size_min" of "List image details" is depulicated Parameter "size_min" of "List image details" is duplicated
2015-08-12 21:37:39 Diane Fleming description "size_min" parameter of "14.2.2. List image details" is depulicated as follow. 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> "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>
2015-08-12 21:41:47 OpenStack Infra openstack-api-site: status Confirmed In Progress
2015-08-17 15:55:22 OpenStack Infra openstack-api-site: status In Progress Fix Released