From 36d0e4617c16c193a8a9932f1b09cfe97f9f767e Mon Sep 17 00:00:00 2001 From: Jerome Brunet Date: Wed, 13 Sep 2017 09:08:50 +0200 Subject: 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 --- utils/agljobtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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) -- cgit 1.2.3-korg