]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Pre-Defining of VSphere configurations
authorFrank Brehm <frank.brehm@pixelpark.com>
Mon, 6 Sep 2021 15:57:49 +0000 (17:57 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 6 Sep 2021 15:57:49 +0000 (17:57 +0200)
lib/cr_tf/app.py

index f1eea53726075871ab398a9c069ac2be56585763..db147932da0ef02e8296816cde4c6c3683107110 100644 (file)
@@ -47,7 +47,7 @@ from .xlate import __base_dir__ as __xlate_base_dir__
 from .xlate import __mo_file__ as __xlate_mo_file__
 from .xlate import XLATOR, LOCALE_DIR, DOMAIN
 
-__version__ = '1.1.9'
+__version__ = '1.1.10'
 LOG = logging.getLogger(__name__)
 
 SIGNAL_NAMES = {
@@ -262,6 +262,8 @@ class CrTfApplication(BaseApplication):
             appname=self.appname, verbose=self.verbose, base_dir=self.base_dir,
             config_file=self.cfg_file)
 
+        self.config.init_vsphere_defaults()
+
         if self.cfg_file.exists():
             try:
                 self.config.read()