]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
adding copy of v1 as v2
authorMike Perez <thingee@gmail.com>
Wed, 21 Nov 2012 08:15:39 +0000 (00:15 -0800)
committerMike Perez <thingee@gmail.com>
Thu, 22 Nov 2012 05:26:40 +0000 (21:26 -0800)
commit75ca60f619c953df1d95ff2eab7de78f7d5aebe8
tree7517c41f94e9203c4a34fd3559049e1a5cdc5ce0
parent2581554921281dc6c8271d8eb1f357f208811512
adding copy of v1 as v2

finishes blueprint bp/apiv2

Change-Id: I36dff480aacc438565875cdd23dc396e369da9bd
15 files changed:
cinder/api/v2/__init__.py [new file with mode: 0644]
cinder/api/v2/limits.py [new file with mode: 0644]
cinder/api/v2/router.py [new file with mode: 0644]
cinder/api/v2/snapshots.py [new file with mode: 0644]
cinder/api/v2/types.py [new file with mode: 0644]
cinder/api/v2/volumes.py [new file with mode: 0644]
cinder/api/versions.py
cinder/api/xmlutil.py
cinder/flags.py
cinder/tests/api/v2/__init__.py [new file with mode: 0644]
cinder/tests/api/v2/test_limits.py [new file with mode: 0644]
cinder/tests/api/v2/test_snapshots.py [new file with mode: 0644]
cinder/tests/api/v2/test_types.py [new file with mode: 0644]
cinder/tests/api/v2/test_volumes.py [new file with mode: 0644]
etc/cinder/api-paste.ini