]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Deprecating old dot path locations for Folsom configs
authorMike Perez <thingee@gmail.com>
Sat, 13 Apr 2013 23:43:16 +0000 (16:43 -0700)
committerMike Perez <thingee@gmail.com>
Tue, 14 May 2013 05:52:42 +0000 (22:52 -0700)
commitc355d68a868e9232a80c2f22557ffe228fcb4f8f
tree830469b6edbcc02656b5e5d5e2c02cd6cd10095b
parente83101361dda923d7302b2eb3fc894c57d0fb387
Deprecating old dot path locations for Folsom configs

In grizzly, we made a lot of structure changes. This deprecates the old
locations so the dot paths in old configs still work but give warnings
in the logs of what needs to be updated.

Fixes: bug #1168573
Change-Id: I7b1754b0e59a923afa623871fc3be07362bf1bdc
cinder/api/auth.py [new file with mode: 0644]
cinder/api/openstack/__init__.py
cinder/api/openstack/urlmap.py [new file with mode: 0644]
cinder/api/openstack/volume/__init__.py [new file with mode: 0644]
cinder/api/openstack/volume/versions.py [new file with mode: 0644]
cinder/api/sizelimit.py [new file with mode: 0644]