yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #20385
[Bug 1321239] Re: [EC2] StopInstance response missing instanceset info
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => juno-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1321239
Title:
[EC2] StopInstance response missing instanceset info
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Stoptinstance response elements shown as below:
Sample Request to stop the specified instance:
===
https://ec2.amazonaws.com/?Action=StopInstances
&InstanceId.1=i-10a64379
&AUTHPARAMS
==
Response elements are:
==
":<StopInstancesResponse xmlns=""http://ec2.amazonaws.com/doc/2013-10-15/"">
<requestId>req-30edb813-5802-4fa2-8a83-9dbcb751264e</requestId>
<return>true</return>
</StopInstancesResponse>
"
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>
===
The <instanceSet> information missing in the response elements.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1321239/+subscriptions
References