]> 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)
committerjohn-griffith <john.griffith@solidfire.com>
Fri, 4 Apr 2014 14:36:49 +0000 (08:36 -0600)
commite9324decdddf63794ae2e8ba97293c037828045e
tree198faeb0f3f669023bef4eda9f9818c21403bffa
parent5a1fcc88ce613b01cf50c55f2508c01bbc609ed4
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
(cherry picked from commit d75a90ec1daff1444f20f6b68255890391bdb4e5)
cinder/api/v2/volumes.py
cinder/tests/api/v2/test_volumes.py