From 70b99d4dedfffeee58f7b85e337ebf92472f4e2d Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Tue, 12 Nov 2019 15:43:05 +0100 Subject: add the ability to put the api key --- cloudinit/sources/DataSourceOVF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/sources') diff --git a/cloudinit/sources/DataSourceOVF.py b/cloudinit/sources/DataSourceOVF.py index 0edf76aa..6330b234 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'] + 'ip0', 'netmask0', 'gateway', 'DNS', 'NTP', 'APIKEY'] for (prop, val) in props.items(): if prop == 'hostname': prop = "local-hostname" -- cgit v1.2.3