summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceOVF.py
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2019-12-03 14:24:10 +0100
committerKim Hagen <kim.sidney@gmail.com>2019-12-03 14:30:28 +0100
commite71ea889ff0b3904c1d39f2f7c9ce608f63e047a (patch)
treead4fbcb348117977bff6cc3c2c412eae332d18ce /cloudinit/sources/DataSourceOVF.py
parente8f7f71683b752956e7c3fc7113b787527217eea (diff)
downloadvyos-cloud-init-e71ea889ff0b3904c1d39f2f7c9ce608f63e047a.tar.gz
vyos-cloud-init-e71ea889ff0b3904c1d39f2f7c9ce608f63e047a.zip
option to enable http api options
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 6330b234..2c40cf97 100644
--- a/cloudinit/sources/DataSourceOVF.py
+++ b/cloudinit/sources/DataSourceOVF.py
@@ -396,7 +396,7 @@ def read_ovf_environment(contents):
ud = None
cfg_props = ['password']
md_props = ['seedfrom', 'local-hostname', 'public-keys', 'instance-id',
- 'ip0', 'netmask0', 'gateway', 'DNS', 'NTP', 'APIKEY']
+ 'ip0', 'netmask0', 'gateway', 'DNS', 'NTP', 'APIKEY' ,'APIPORT', 'APIDEBUG']
for (prop, val) in props.items():
if prop == 'hostname':
prop = "local-hostname"