Comment 2 for bug 1373230

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/123635
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=42c7c7cfc96045930820c37b45f54ba717da117e
Submitter: Jenkins
Branch: master

commit 42c7c7cfc96045930820c37b45f54ba717da117e
Author: He Jie Xu <email address hidden>
Date: Wed Sep 24 13:54:06 2014 +0800

    Fix start/stop return active/stopped immediately in EC2 API

    start/stop action is async. But the EC2 API is hard code the status
    as start/stop finished immediately.

    This patch fix start action return pending status, and stop action
    return stopping status.

    Change-Id: I0cf6db1dcb17c48a12fd62b0d707afd124b96b26
    Closes-Bug: #1373230