Activity log for bug #1321220

Date Who What changed Old value New value Message
2014-05-20 10:09:58 Swami Reddy bug added bug
2014-05-20 10:26:28 Swami Reddy summary EC2] StartInstance response missing instanceset info [EC2] StartInstance response missing instanceset info
2014-05-20 10:39:38 Swami Reddy description Startinstance response elements shown as below: "<StartInstancesResponse xmlns=""http://ec2.amazonaws.com/doc/2013-10-15/""> <requestId>req-5970ccd7-c763-456c-89f0-5b55ea18880b</requestId> <return>true</return> </StartInstancesResponse> " But as per the AWS API reference doc, the response elements shown be as below: == <StopInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2014-02-01/"> <requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId> <instancesSet> <item> <instanceId>i-10a64379</instanceId> <currentState> <code>64</code> <name>stopping</name> </currentState> <previousState> <code>16</code> <name>running</name> </previousState> </instancesSet> </StopInstancesResponse> === here, <instanceSet> information missing in the response elements. Startinstance response elements shown as below: "<StartInstancesResponse xmlns=""http://ec2.amazonaws.com/doc/2013-10-15/"">   <requestId>req-5970ccd7-c763-456c-89f0-5b55ea18880b</requestId>   <return>true</return> </StartInstancesResponse> " But as per the AWS API reference doc, the response elements shown be as below: == <StartInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2014-02-01/"> <requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId> <instancesSet> <item> <instanceId>i-10a64379</instanceId> <currentState> <code>0</code> <name>pending</name> </currentState> <previousState> <code>80</code> <name>stopped</name> </previousState> </item> </instancesSet> </StartInstancesResponse> === here, <instanceSet> information missing in the response elements.
2014-05-21 07:23:14 Swami Reddy tags ec2
2014-05-21 12:05:21 Swami Reddy nova: importance Undecided High
2014-05-21 12:05:29 Swami Reddy nova: assignee Swami Reddy (swamireddy)
2014-05-21 12:06:24 Swami Reddy nova: status New In Progress
2014-08-05 20:21:49 OpenStack Infra nova: status In Progress Fix Committed
2014-09-05 09:47:19 Thierry Carrez nova: status Fix Committed Fix Released
2014-09-05 09:47:19 Thierry Carrez nova: milestone juno-3
2014-10-16 08:45:32 Thierry Carrez nova: milestone juno-3 2014.2