From c72110327e256fbaa925d99c9a6f2bc05a2e0220 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 18 Aug 2020 12:14:22 +0200 Subject: [PATCH] Changing default template to 'oel7-template' --- lib/cr_tf/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cr_tf/config.py b/lib/cr_tf/config.py index 76ade06..aa1b490 100644 --- a/lib/cr_tf/config.py +++ b/lib/cr_tf/config.py @@ -32,7 +32,7 @@ from .errors import CrTfConfigError from .xlate import XLATOR -__version__ = '1.3.7' +__version__ = '1.3.8' LOG = logging.getLogger(__name__) _ = XLATOR.gettext @@ -51,7 +51,7 @@ class VsphereConfig(FbBaseObject): default_min_root_size_gb = 32.0 default_guest_id = "oracleLinux7_64Guest" - default_template_name = 'oracle-linux-7-template' + default_template_name = 'oel7-template' # ------------------------------------------------------------------------- def __init__( -- 2.39.5