]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Allow deprecated volume update keys in v2
authorMike Perez <thingee@gmail.com>
Thu, 3 Apr 2014 00:52:11 +0000 (17:52 -0700)
committerMike Perez <thingee@gmail.com>
Thu, 3 Apr 2014 17:33:06 +0000 (10:33 -0700)
commitd75a90ec1daff1444f20f6b68255890391bdb4e5
tree4003ebbb7abe6116e46d5670f4f3238dc7a77746
parent6b3d177695ef360fce9454c890fd262d2429e0b8
Allow deprecated volume update keys in v2

Keys like display_name and display_description were deprecated for other
actions in v2 like creating volumes, so for consistency they should work
with updating.

DocImpact
Closes-Bug: #1301172
Change-Id: I19bc7c85352578bb57fa9fdaf1817f78e0ee2f2a
cinder/api/v2/volumes.py
cinder/tests/api/v2/test_volumes.py