summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceOVF.py
diff options
context:
space:
mode:
authorPengpengSun <40026211+PengpengSun@users.noreply.github.com>2021-09-17 01:43:59 +0800
committerGitHub <noreply@github.com>2021-09-16 12:43:59 -0500
commit5ea2c669d6e8a9ab30f3107bee45cecc5fa1b081 (patch)
tree9cef6a572ed6ef8b366a03dcd475a081ad0268e2 /cloudinit/sources/DataSourceOVF.py
parentd4fe7bc4c320023263075258027eae210e7497e1 (diff)
downloadvyos-cloud-init-5ea2c669d6e8a9ab30f3107bee45cecc5fa1b081.tar.gz
vyos-cloud-init-5ea2c669d6e8a9ab30f3107bee45cecc5fa1b081.zip
VMware: Fix typo introduced in #947 and add test (#1019)
Diffstat (limited to 'cloudinit/sources/DataSourceOVF.py')
-rw-r--r--cloudinit/sources/DataSourceOVF.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceOVF.py b/cloudinit/sources/DataSourceOVF.py
index e909f058..3e436dfa 100644
--- a/cloudinit/sources/DataSourceOVF.py
+++ b/cloudinit/sources/DataSourceOVF.py
@@ -358,7 +358,7 @@ class DataSourceOVF(sources.DataSource):
if contents:
break
if contents:
- read_network = ('com.vmware.guestinfo' == name)
+ read_network = ('com.vmware.guestInfo' == name)
(md, ud, cfg) = read_ovf_environment(contents, read_network)
self.environment = contents
if 'network-config' in md and md['network-config']: