diff options
| author | Carlos Goncalves <cgoncalves@av.it.pt> | 2012-12-06 13:15:24 +0000 |
|---|---|---|
| committer | Carlos Goncalves <cgoncalves@av.it.pt> | 2012-12-10 00:12:46 +0000 |
| commit | f6c394cce473f58da704bc1c5230c57ca80f299d (patch) | |
| tree | 0b0e81f2fc3cd861f488ce9690a7fbf5198a74a1 /nova | |
| parent | 260dd4f1c714486634422254c6c1163696d43bfb (diff) | |
Add NFS to the libvirt volume driver list
Fixes bug 1087252
Change-Id: I01511d4ef7763cbe622b10ee340342eb692afcdd
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/virt/libvirt/driver.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py index b2a90e862..ca410dd21 100644 --- a/nova/virt/libvirt/driver.py +++ b/nova/virt/libvirt/driver.py @@ -146,7 +146,8 @@ libvirt_opts = [ 'local=nova.virt.libvirt.volume.LibvirtVolumeDriver', 'fake=nova.virt.libvirt.volume.LibvirtFakeVolumeDriver', 'rbd=nova.virt.libvirt.volume.LibvirtNetVolumeDriver', - 'sheepdog=nova.virt.libvirt.volume.LibvirtNetVolumeDriver' + 'sheepdog=nova.virt.libvirt.volume.LibvirtNetVolumeDriver', + 'nfs=nova.virt.libvirt.volume_nfs.NfsVolumeDriver' ], help='Libvirt handlers for remote volumes.'), cfg.StrOpt('libvirt_disk_prefix', |
