]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Deprecate the V1 API
authorMike Perez <thingee@gmail.com>
Sun, 16 Feb 2014 05:40:59 +0000 (21:40 -0800)
committerMike Perez <thingee@gmail.com>
Fri, 5 Sep 2014 03:24:37 +0000 (20:24 -0700)
commitdce0424d901476a85932cdce86276ae6e72797c9
tree974b7886283dc631f0043d9da9e5cc84e0e3f7ed
parente41260561879fa07f27db3eed88b266d68681323
Deprecate the V1 API

This gives a warning for using the V1 API in Juno and encourages users
to switch to V2 before the K release where it will be removed.

DocImpact
Implements blueprint deprecate-v1-api
Change-Id: I89eb9eb2a7819edb2a97b2ea2b5239a89124ca4d
18 files changed:
cinder/api/__init__.py
cinder/api/common.py
cinder/api/contrib/volume_host_attribute.py
cinder/api/contrib/volume_tenant_attribute.py
cinder/api/openstack/wsgi.py
cinder/api/versions.py
cinder/api/xmlutil.py
cinder/common/config.py
cinder/tests/api/contrib/test_services.py
cinder/tests/api/contrib/test_volume_host_attribute.py
cinder/tests/api/contrib/test_volume_tenant_attribute.py
cinder/tests/api/middleware/test_faults.py
cinder/tests/api/v1/test_volumes.py
cinder/tests/api/v2/test_volumes.py
cinder/tests/integrated/integrated_helpers.py
cinder/tests/integrated/test_volumes.py
cinder/tests/integrated/test_xml.py
etc/cinder/cinder.conf.sample