]> 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)
committerJohn Griffith <john.griffith@solidfire.com>
Tue, 21 May 2013 20:03:19 +0000 (14:03 -0600)
commit80784a43a8a57e3b8f117c3539e3c1e207c4ff84
tree9a434d8ccf3390f1b516737af020de15ee1f1b60
parent04378656f07d040ad8ca9601374355c4e0304423
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
(cherry picked from commit c355d68a868e9232a80c2f22557ffe228fcb4f8f)
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]