summaryrefslogtreecommitdiff
path: root/scripts
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:47:43 +0100
commitd60c2db612d84e097f274f87a227c905600e1356 (patch)
treeb23cf6c5ad31afee7f5e21ce4237592c667a0427 /scripts
parent1dd7264b477a65101f75deca3260c297f535d9f0 (diff)
downloadvyos-build-d60c2db612d84e097f274f87a227c905600e1356.tar.gz
vyos-build-d60c2db612d84e097f274f87a227c905600e1356.zip
add api option to the ovf template
Diffstat (limited to 'scripts')
-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>