Comment 2 for bug 1230069

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

Reviewed: https://review.openstack.org/48183
Committed: http://github.com/openstack/cinder/commit/d534811cbcfe591688b5e9c6becbed2224be3c31
Submitter: Jenkins
Branch: master

commit d534811cbcfe591688b5e9c6becbed2224be3c31
Author: Avishay Traeger <email address hidden>
Date: Wed Sep 25 08:41:21 2013 +0300

    Fix mandatory and optional args for create_volume

    Calls to create_volume (both volume_rpcapi and scheduler_rpcapi) pass
    mandatory args as optional and reverse. This patch fixes the calls to be
    according to the function definition.

    Also, fix the call to create_volume in the migration code where
    allow_reschedule defaults to True, but we don't pass request_spec so it
    prints a warning and disables it.

    Change-Id: I9509f88866e0ae182f90ebdfca1fcf415ca60d19
    Closes-Bug: #1230069