summaryrefslogtreecommitdiff
path: root/virtinst/devicefilesystem.py
diff options
context:
space:
mode:
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):
"""