summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2017-09-13 09:08:50 +0200
committerJerome Brunet <jbrunet@baylibre.com>2017-09-19 15:28:11 +0200
commit36d0e4617c16c193a8a9932f1b09cfe97f9f767e (patch)
tree83932c45c6fe9eff0bdf83af29d9f92b56479628 /utils
parent7f48c21aa46ec30d1742ad6fe457c769812e0d4d (diff)
rootfs_type: remove nfs
NFS is untested and not used at the moment. Remove it for now to avoid unnecessary issues Change-Id: Ide7f0663f3c31cde14dcda3c6e6694e22165bf49 Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
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)