Comment 5 for bug 1164857

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/grizzly)

Reviewed: https://review.openstack.org/26619
Committed: http://github.com/openstack/cinder/commit/e1c153ce6dc800a471d53953d73c6a709908e989
Submitter: Jenkins
Branch: stable/grizzly

commit e1c153ce6dc800a471d53953d73c6a709908e989
Author: Liang Chen <email address hidden>
Date: Fri Apr 5 22:00:39 2013 +0800

    Fixed a volume creation re-schedule error

    Don't see any reason to construct a list for request_spec['volume_id'].
    And it indeed causes problems when the scheduler receives a reschedule
    request with such a request_spec.

    Fixes bug #1164857

    Change-Id: I811e957d5bf9c814165d55ea0042833ea72c8de5
    (cherry picked from commit 46b2a7dd3224c4ed00457520b95569442386d273)