summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/agljobtemplate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py
index 29f101e..df3800d 100644
--- a/utils/agljobtemplate.py
+++ b/utils/agljobtemplate.py
@@ -29,7 +29,7 @@ class Agljobtemplate(object):
CALLBACK_DIR = "callback"
MACHINES_DIR = "machines"
TESTS_DIR = "tests"
- RFS_TYPE = ['nfs', 'nbd', 'ramdisk']
+ RFS_TYPE = ['nbd', 'ramdisk']
def __init__(self, path=DEFAULT_PATH):
self._template_path = os.path.normpath(path)