cinder/cinder/scheduler/flows
zejian Zhuang 174c8deafc Fix wrong param transfer in scheduler flows
In cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask,
the execute method call _populate_request_spec func if request_spec
is None. The original code shoulud pass an Volume() instance object
instead of volume.id in _populate_request_spec.
Amend the volume.id to volume.

Closes-Bug: #1709034
Change-Id: I4d63f9d0a798fda39cebcd4aa2e610fc1e145da4
2017-08-08 09:53:45 +08:00
..
__init__.py Create structure of flows' packages 2014-01-24 12:44:56 +02:00
create_volume.py Fix wrong param transfer in scheduler flows 2017-08-08 09:53:45 +08:00