Comment 5 for bug 1217985

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

Reviewed: https://review.openstack.org/60346
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=25303f1f8df0e91e835360869a61cbf3eca30f60
Submitter: Jenkins
Branch: master

commit 25303f1f8df0e91e835360869a61cbf3eca30f60
Author: Paul Marshall <email address hidden>
Date: Thu Dec 5 14:42:10 2013 -0600

    Acknowledge Nova VERIFY_RESIZE as RESIZE state

    After a resize, Nova changes instances to the VERIFY_RESIZE state,
    which must be confirmed before they return to ACTIVE. However, as
    far as Trove is concerned instances in VERIFY_RESIZE should still
    report RESIZE until they're actually done. Additionally, instance
    status unit tests are added to verify that the correct statuses
    are reported.

    Change-Id: I9c1824f8fe420025f329209c41c7aac1d8d7921c
    Closes-Bug: #1217985