]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Moving api v1 implementation into v1 directory
authorMike Perez <thingee@gmail.com>
Fri, 9 Nov 2012 09:57:44 +0000 (01:57 -0800)
committerMike Perez <thingee@gmail.com>
Thu, 22 Nov 2012 05:26:40 +0000 (21:26 -0800)
commit9009948b43109632bbeb0bcf234d6c48d005e926
tree181d14b6a7ae009fc571a4591d9386d9a30408df
parent6a2573a15314db781beeda50271b1e13d90baed7
Moving api v1 implementation into v1 directory

Adjusts paste to use composite factory for routing properly to v1 and
future api versions. Tests have been adjusted to match directory
structure.

progress on blueprint apiv2

Change-Id: I2cd3908705d224872b2d615cabe210fb1c453232
22 files changed:
cinder/api/__init__.py
cinder/api/openstack/volume/__init__.py
cinder/api/openstack/volume/contrib/types_manage.py
cinder/api/v1/__init__.py [new file with mode: 0644]
cinder/api/v1/limits.py [moved from cinder/api/openstack/volume/limits.py with 100% similarity]
cinder/api/v1/router.py [new file with mode: 0644]
cinder/api/v1/snapshots.py [moved from cinder/api/openstack/volume/snapshots.py with 99% similarity]
cinder/api/v1/types.py [moved from cinder/api/openstack/volume/types.py with 100% similarity]
cinder/api/v1/volumes.py [moved from cinder/api/openstack/volume/volumes.py with 100% similarity]
cinder/flags.py
cinder/tests/api/openstack/fakes.py
cinder/tests/api/openstack/volume/contrib/test_admin_actions.py
cinder/tests/api/openstack/volume/contrib/test_volume_host_attribute.py
cinder/tests/api/openstack/volume/contrib/test_volume_tenant_attribute.py
cinder/tests/api/test_extensions.py
cinder/tests/api/test_router.py [moved from cinder/tests/api/openstack/volume/test_router.py with 95% similarity]
cinder/tests/api/v1/__init__.py [new file with mode: 0644]
cinder/tests/api/v1/test_limits.py [moved from cinder/tests/api/openstack/volume/test_limits.py with 99% similarity]
cinder/tests/api/v1/test_snapshots.py [moved from cinder/tests/api/openstack/volume/test_snapshots.py with 99% similarity]
cinder/tests/api/v1/test_types.py [moved from cinder/tests/api/openstack/volume/test_types.py with 99% similarity]
cinder/tests/api/v1/test_volumes.py [moved from cinder/tests/api/openstack/volume/test_volumes.py with 99% similarity]
etc/cinder/api-paste.ini