Activity log for bug #1477396

Date Who What changed Old value New value Message
2015-07-23 05:31:25 Masayuki Nakamura bug added bug
2015-07-23 05:36:42 Masayuki Nakamura openstack-api-site: assignee Masayuki Nakamura (m-nakamura-2)
2015-07-24 00:21:24 Masayuki Nakamura description In the Image service API v2 (CURRENT), request parameters of the Update image "image_id" is repeated. _________________________________________________________________________________________________ Parameter | Style | Type | Description image_id | URI | csapi:uuid | Image ID stored through the image API. Typically a UUID. image_id | URI | csapi:uuid | Image ID stored through the image API. Typically a UUID. path | plain | xsd:string | Image's property. .... http://developer.openstack.org/api-ref-image-v2.html#updateImage-v2 In the Image service API v2 (CURRENT), request parameters of the Update image "image_id" is repeated. __________________________________________________________________________________________ Parameter | Style | Type | Description image_id | URI | csapi:uuid | Image ID stored through the image API. Typically a UUID. image_id | URI | csapi:uuid | Image ID stored through the image API. Typically a UUID. path | plain | xsd:string | Image's property.  .... http://developer.openstack.org/api-ref-image-v2.html#updateImage-v2 The revision point have been clarified. "image_id" in "#updateImage-v2" is depulicated, so deleting the 451st line is the solution. 40 <resource path="{image_id}" id="image_id"> 41 &image_idParameter; 42 <method href="#getImage-v2"/> 43 <method href="#updateImage-v2"/> 44 <method href="#deleteImage-v2"/> 45 <resource id="actions" path="actions"> 450 </wadl:doc> 451 &image_idParameter; ###deleting line### 452 &pathParameter; &valueParameter; &opParameter; 453 &urlParameter; &metadataParameter; 454 </representation>
2015-07-24 00:22:37 Masayuki Nakamura description In the Image service API v2 (CURRENT), request parameters of the Update image "image_id" is repeated. __________________________________________________________________________________________ Parameter | Style | Type | Description image_id | URI | csapi:uuid | Image ID stored through the image API. Typically a UUID. image_id | URI | csapi:uuid | Image ID stored through the image API. Typically a UUID. path | plain | xsd:string | Image's property.  .... http://developer.openstack.org/api-ref-image-v2.html#updateImage-v2 The revision point have been clarified. "image_id" in "#updateImage-v2" is depulicated, so deleting the 451st line is the solution. 40 <resource path="{image_id}" id="image_id"> 41 &image_idParameter; 42 <method href="#getImage-v2"/> 43 <method href="#updateImage-v2"/> 44 <method href="#deleteImage-v2"/> 45 <resource id="actions" path="actions"> 450 </wadl:doc> 451 &image_idParameter; ###deleting line### 452 &pathParameter; &valueParameter; &opParameter; 453 &urlParameter; &metadataParameter; 454 </representation> In the Image service API v2 (CURRENT), request parameters of the Update image "image_id" is repeated. __________________________________________________________________________________________ Parameter | Style | Type | Description image_id | URI | csapi:uuid | Image ID stored through the image API. Typically a UUID. image_id | URI | csapi:uuid | Image ID stored through the image API. Typically a UUID. path | plain | xsd:string | Image's property.  .... http://developer.openstack.org/api-ref-image-v2.html#updateImage-v2 The revision point have been clarified. "image_id" in "#updateImage-v2" is depulicated, so deleting the 451st line is the solution. The file is "/api-site/api-ref/src/wadls/image-api/src/v2/os-image-v2.wadl".   40 <resource path="{image_id}" id="image_id">   41 &image_idParameter;   42 <method href="#getImage-v2"/>   43 <method href="#updateImage-v2"/>   44 <method href="#deleteImage-v2"/>   45 <resource id="actions" path="actions">  450 </wadl:doc>  451 &image_idParameter; ###deleting line###  452 &pathParameter; &valueParameter; &opParameter;  453 &urlParameter; &metadataParameter;  454 </representation>
2015-07-24 03:31:07 Anne Gentle openstack-api-site: status New Triaged
2015-07-24 03:31:10 Anne Gentle openstack-api-site: importance Undecided Medium
2015-07-24 08:23:36 OpenStack Infra openstack-api-site: status Triaged In Progress
2015-07-24 09:05:34 Shigehiro Yoshikawa bug added subscriber Shigehiro Yoshikawa
2015-07-30 01:13:51 Diane Fleming openstack-api-site: milestone liberty
2015-07-30 08:41:31 OpenStack Infra openstack-api-site: status In Progress Fix Released