← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1321220] Re: [EC2] StartInstance 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/1321220

Title:
  [EC2] StartInstance response missing instanceset info

Status in OpenStack Compute (Nova):
  Fix Released

Bug 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:
  ==
  <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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1321220/+subscriptions


References