summaryrefslogtreecommitdiff
path: root/scripts/template.ovf
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2019-11-12 15:47:43 +0100
committerKim Hagen <kim.sidney@gmail.com>2019-11-12 15:53:08 +0100
commita9759aa9c1426d066342429858163e2d97a5411b (patch)
tree0cf8ce89afa59ca65d312c344f5c92b6ab687fa0 /scripts/template.ovf
parent2382c90dc7a30d17628a11f9ff41f8c63867887a (diff)
downloadvyos-build-a9759aa9c1426d066342429858163e2d97a5411b.tar.gz
vyos-build-a9759aa9c1426d066342429858163e2d97a5411b.zip
add api option to the ovf template
Diffstat (limited to 'scripts/template.ovf')
-rw-r--r--scripts/template.ovf4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/template.ovf b/scripts/template.ovf
index 88ea5562..b0952c8c 100644
--- a/scripts/template.ovf
+++ b/scripts/template.ovf
@@ -78,6 +78,10 @@
<Label>Domain Time Servers</Label>
<Description>NTP servers for this VM (comma separated). Leave blank if DHCP is desired.</Description>
</Property>
+ <Property ovf:key="APIKEY" ovf:type="string" ovf:userConfigurable="true">
+ <Label>HTTP API configuration key</Label>
+ <Description>API configuration key. Leave blank to not enable the API.</Description>
+ </Property>
</ProductSection>
<ProductSection ovf:class="vm" ovf:required="false">
<Info>VM specific properties</Info>