]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Changing display_name to name in v2 api
authorMike Perez <thingee@gmail.com>
Sat, 8 Dec 2012 20:16:43 +0000 (12:16 -0800)
committerMike Perez <thingee@gmail.com>
Sat, 8 Dec 2012 20:21:00 +0000 (12:21 -0800)
commit484fb9e1c748e718349e451e80a0e025ed007b1d
treeecc8c3edd0ce3988a04890ba311c368c3cd7383c
parent29b9290cb9f9556d5f9e1e90af4cfaba64e4ba2f
Changing display_name to name in v2 api

This allows the v2 api responses to be more consistent with other
projects. This approach is making the idea compatible in v2, rather
than changing the model.

blueprint name-attr-consistency

Change-Id: I74e46b4204353d5712be788fe2138784b2a72305
cinder/api/v2/views/volumes.py
cinder/api/v2/volumes.py
cinder/tests/api/v2/test_volumes.py