Comment 6 for bug 1281014

Revision history for this message
Christopher Yeoh (cyeoh-0) wrote :

The resize call (and many others) are asynchronous. 202 just means that the request has been accepted, not that it has succeeded. The API returns to the client before the resize is attempted - it doesn't know if it is going to succeed or not.

In order to determine if the resize succeeded you need to poll - either through the instance actions interface or with the upcoming tasks api