Comment 4 for bug 1489581

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

Reviewed: https://review.openstack.org/217804
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=d35957b02b81536d807da68448b7b9e0a6e5a6fa
Submitter: Jenkins
Branch: master

commit d35957b02b81536d807da68448b7b9e0a6e5a6fa
Author: Andrey Pavlov <email address hidden>
Date: Thu Aug 27 20:12:15 2015 +0300

    add waiting for snapshot available status

    In review https://review.openstack.org/#/c/213621/13
    I've made a bug for some CI systems.

    Code creates an image, but after, it doesn't wait that the volume
    snapshot is in status "available". If the snapshot is in state "creating"
    for let's say 30sec, the server created L200 will fail to boot with message:
    InvalidInput: Invalid input received: Invalid snapshot:
     Originating snapshot status must be one of'available' values (HTTP 400)

    Change-Id: I409eb77475ec3662f395fe0b52c5e03308c48973
    Closes-Bug: #1489581