set default to f18
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 16 Jan 2014 09:12:18 +0000 (10:12 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 16 Jan 2014 09:12:18 +0000 (10:12 +0100)
sliver_lxc.py

index 3705598..11b334c 100644 (file)
@@ -83,7 +83,7 @@ class Sliver_LXC(Sliver_Libvirt, Initscript):
 
         vref = rec['vref']
         if vref is None:
-            vref = "lxc-f14-x86_64"
+            vref = "lxc-f18-x86_64"
             logger.log("sliver_libvirt: %s: WARNING - no vref attached, using hard-wired default %s" % (name,vref))
 
         refImgDir    = os.path.join(Sliver_LXC.REF_IMG_BASE_DIR, vref)