From: Frank Brehm Date: Tue, 18 Aug 2020 10:14:22 +0000 (+0200) Subject: Changing default template to 'oel7-template' X-Git-Tag: 1.4.7~1^2~1 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=c72110327e256fbaa925d99c9a6f2bc05a2e0220;p=pixelpark%2Fcreate-terraform.git Changing default template to 'oel7-template' --- 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__(