summaryrefslogtreecommitdiff
path: root/virtinst/devicefilesystem.py
diff options
context:
space:
mode:
authorCédric Bosdonnat <cbosdonnat@suse.com>2014-01-24 11:40:09 +0100
committerCole Robinson <crobinso@redhat.com>2014-01-25 11:59:32 -0500
commitbeab40e3b1f6b303f3308b47a536df7b6799d23d (patch)
tree5ed2097a48ef22ba2b6d53316d88ad27576928be /virtinst/devicefilesystem.py
parent796ddd966a856788218172f464144b3471d55a05 (diff)
downloadvirt-manager-beab40e3b1f6b303f3308b47a536df7b6799d23d.tar.gz
Share the list of all disk image formats
(crobinso: Fix some trailing whitespace)
Diffstat (limited to 'virtinst/devicefilesystem.py')
-rw-r--r--virtinst/devicefilesystem.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/virtinst/devicefilesystem.py b/virtinst/devicefilesystem.py
index 2b1b0baf..f516fed2 100644
--- a/virtinst/devicefilesystem.py
+++ b/virtinst/devicefilesystem.py
@@ -51,9 +51,6 @@ class VirtualFilesystem(VirtualDevice):
DRIVER_DEFAULT = "default"
DRIVERS = [DRIVER_PATH, DRIVER_HANDLE, DRIVER_LOOP, DRIVER_NBD, DRIVER_DEFAULT]
- NBD_FORMATS = ["raw", "bochs", "cloop", "cow", "dmg", "iso", "qcow",
- "qcow2", "qed", "vmdk", "vpc", "fat", "vhd", "vdi"]
-
@staticmethod
def type_to_source_prop(fs_type):
"""