]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Provided requirements are meant to be immutable
authorJoshua Harlow <harlowja@yahoo-inc.com>
Wed, 11 Feb 2015 22:14:51 +0000 (14:14 -0800)
committerJoshua Harlow <harlowja@yahoo-inc.com>
Wed, 11 Feb 2015 22:14:51 +0000 (14:14 -0800)
commite38370c627b4c9937f31aa885e2488e54259993a
tree2968f41f95a5791488a1062cfe3eb749b81c2b39
parentd4e75340ecd1b8a070b764626667ae47d561e26d
Provided requirements are meant to be immutable

Since provided values are not meant to change (and
this statement is useless) we should not try to
perform an update() on the provided values (the update
is a no-op anyway, so might as well get rid of it).

Change-Id: I18699fc64391445436537854a5e3723f4e89e961
cinder/volume/flows/api/create_volume.py