AWS API Compatibilty - TerminateInstancesResponse

Bug #730532 reported by Gilles Gaillard
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Eucalyptus
New
Undecided
chris grzegorczyk

Bug Description

When requesting to terminate an instance, the response looks like as below and contains an element
'shutdownState'. The AWS API contains instead an 'currentState' element.

<TerminateInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2010-06-15/">
<requestId>5a266232-ef5d-4e89-92e3-9c236819cfc5</requestId>
<instancesSet>
  <item><instanceId>i-584509B0</instanceId>
  <shutdownState>
    <code>32</code>
    <name>shutting-down</name>
  </shutdownState>
  <previousState>
    <code>0</code>
    <name>pending</name>
  </previousState>
  </item>
</instancesSet>
</TerminateInstancesResponse>

Neil Soman (neilsoman)
Changed in eucalyptus:
assignee: nobody → chris grzegorczyk (chris-grze)
Revision history for this message
Andy Grimm (agrimm) wrote :

This issue is now being tracked upstream at http://eucalyptus.atlassian.net/browse/EUCA-2756

Please watch that issue for further updates.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.