← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1321220] [NEW] EC2] StartInstance response missing instanceset info

 

Public bug reported:

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.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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):
  New

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

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


Follow ups

References