]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Make summary and detail view consistent with other projects
authorMike Perez <thingee@gmail.com>
Mon, 3 Dec 2012 18:38:27 +0000 (10:38 -0800)
committerMike Perez <thingee@gmail.com>
Fri, 7 Dec 2012 23:24:39 +0000 (15:24 -0800)
commit0c507aa6d08a9471bf896961cc99d40f337f1e4d
treef84d5967fd674018eac6d74103f7bdbae7470e91
parent29b3da71bfb3389c7826efaa3ad76045e74c463e
Make summary and detail view consistent with other projects

This introduces the v2 volume view builder for ease of response
changing.

blueprint vol-api-consistency

Change-Id: If061e069d3b09ee5de15f1cbc7a46fa29c95a4cd
cinder/api/v2/views/__init__.py [new file with mode: 0644]
cinder/api/v2/views/volumes.py [new file with mode: 0644]
cinder/api/v2/volumes.py
cinder/tests/api/v2/test_volumes.py