Commit
971a63bd9cf675a00bce1244ec101577b5c17cac added a new
parameter 'optional_args' to execute method of QuotaReserveTask
and QuotaCommitTask. So the new parameter should be needed where
those Tasks are used. This changed volume create task flow to
provide the new parameter. We need the samiliar change to get_flow
method in cinder/volume/flows/manager/manage_existing.py
Trigger EMC VNX CI
Change-Id: Ifed7bd146eec82ba35c2b2c19e9bacd2259ae3ed
Closes-Bug: #
1334086
create_what = {
'context': context,
'volume_id': volume_id,
- 'manage_existing_ref': ref
+ 'manage_existing_ref': ref,
+ 'optional_args': {'is_quota_committed': False}
}
volume_flow.add(create_mgr.ExtractVolumeRefTask(db, host),