From 0bbc3eb3a1de27fae09c478775c2e4d8c6f02f31 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Mon, 15 Apr 2019 15:19:14 +0200 Subject: disable deployPkgPluginPath so vmware will not timeout on getting the customization file --- cloudinit/sources/DataSourceOVF.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cloudinit') diff --git a/cloudinit/sources/DataSourceOVF.py b/cloudinit/sources/DataSourceOVF.py index f9304644..0edf76aa 100644 --- a/cloudinit/sources/DataSourceOVF.py +++ b/cloudinit/sources/DataSourceOVF.py @@ -103,7 +103,8 @@ class DataSourceOVF(sources.DataSource): plugin = "libdeployPkgPlugin.so" deployPkgPluginPath = None for path in search_paths: - deployPkgPluginPath = search_file(path, plugin) + # Ignore deployPkgPluginPath for now. + #deployPkgPluginPath = search_file(path, plugin) if deployPkgPluginPath: LOG.debug("Found the customization plugin at %s", deployPkgPluginPath) -- cgit v1.2.3