diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2013-01-25 13:15:09 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2013-02-05 16:03:11 +0000 |
commit | 7c92bf438a3d76487110aacf713e79939e44af5c (patch) | |
tree | e96b752f2781a1aa1fb4f89b74d7e0e768462660 /nova/exception.py | |
parent | 139d15a40557066a39a1c2ba48c81711a9dd3730 (diff) | |
download | nova-7c92bf438a3d76487110aacf713e79939e44af5c.tar.gz nova-7c92bf438a3d76487110aacf713e79939e44af5c.tar.xz nova-7c92bf438a3d76487110aacf713e79939e44af5c.zip |
Move libvirt NFS volume driver impl into volume.py
For inexplicable reasons the NFS volume driver was put into a
different file than all the other libvirt volume driver impls.
The NFS code isn't so large & complex that it needs to be in
a different place than everything else. Move the code into
the main volume.py file.
To avoid breaking existing deployments, the original class
has to be a trivial subclass of the new module. Any use of it
will trigger a deprecation warning. This allows time for users
to update their 'libvirt_volume_drivers' config (in the unlikely
event they have altered from the default setting).
Change-Id: I26d957e4ee33938b45dc1cad0fe32a2968520a4a
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'nova/exception.py')
0 files changed, 0 insertions, 0 deletions