Comment 2 for bug 1191424

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

Reviewed: https://review.openstack.org/33180
Committed: http://github.com/openstack-dev/devstack/commit/a8a11cf1f6616dbd93b41a884c582f346731b997
Submitter: Jenkins
Branch: master

commit a8a11cf1f6616dbd93b41a884c582f346731b997
Author: Kui Shi <email address hidden>
Date: Sun Jun 16 10:11:46 2013 +0800

    exercise euca.sh check the volume just created

    In devstack, the exercises/euca.sh test the "VOLUME". it should always
    check the volume which was just created. Because there may be volumes
    left by the last failed euca.sh, then the variable VOLUME
    VOLUME=`euca-describe-volumes | cut -f2`
    will be assigned a list of volumes, which is not expected.

    Fixes bug #1191424

    Change-Id: Ie004c9cfeaef4a8a313866d21d45c7b41f1b2ba0